]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
do not capture stderr or stdout when running
authorAlfredo Deza <adeza@redhat.com>
Tue, 12 Jan 2016 12:45:03 +0000 (07:45 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 12 Jan 2016 12:45:03 +0000 (07:45 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pr-commits/build/build

index 43361a568749c11266c1e134d0408159fc1c5acc..f39339ecabd29bb8de6499f64adbed8479c2b573 100644 (file)
@@ -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"