From: Alfredo Deza Date: Thu, 7 Jan 2016 12:28:46 +0000 (-0500) Subject: it is junitxml not junit only X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35982d301976db1cbef1a4f43a4797d0143c0c7a;p=ceph-build.git it is junitxml not junit only Signed-off-by: Alfredo Deza --- diff --git a/ceph-pr-commits/build/build b/ceph-pr-commits/build/build index af17ee3c..e89cd774 100644 --- a/ceph-pr-commits/build/build +++ b/ceph-pr-commits/build/build @@ -6,4 +6,4 @@ install_python_packages "pkgs[@]" cd "$WORKSPACE/ceph-build/ceph-pr-commits/build" -$VENV/py.test -v --junit="$WORKSPACE/report.xml" +$VENV/py.test -v --junitxml="$WORKSPACE/report.xml"