From: Alfredo Deza Date: Tue, 12 Jan 2016 12:45:03 +0000 (-0500) Subject: do not capture stderr or stdout when running X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cfcd1ac80aea06d6d29b683b60008b6f976a9dfc;p=ceph-build.git do not capture stderr or stdout when running Signed-off-by: Alfredo Deza --- diff --git a/ceph-pr-commits/build/build b/ceph-pr-commits/build/build index 43361a56..f39339ec 100644 --- a/ceph-pr-commits/build/build +++ b/ceph-pr-commits/build/build @@ -6,4 +6,4 @@ install_python_packages "pkgs[@]" cd "$WORKSPACE" -$VENV/py.test -v --junitxml="$WORKSPACE/report.xml" "$WORKSPACE/ceph-build/ceph-pr-commits/build/test_commits.py" +$VENV/py.test -vs --junitxml="$WORKSPACE/report.xml" "$WORKSPACE/ceph-build/ceph-pr-commits/build/test_commits.py"