From 35982d301976db1cbef1a4f43a4797d0143c0c7a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 7 Jan 2016 07:28:46 -0500 Subject: [PATCH] it is junitxml not junit only Signed-off-by: Alfredo Deza --- ceph-pr-commits/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5