Merge "Fail rally-cli job if at least one test failed"

This commit is contained in:
Jenkins 2014-07-30 23:47:32 +00:00 committed by Gerrit Code Review
commit 1d7e4b58dd

View File

@ -119,6 +119,7 @@
sudo -H -u stack tox -ecli -v
.tox/cli/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py .testrepository/subunit.log $WORKSPACE/results.html
gzip -9 $WORKSPACE/results.html
.tox/cli/bin/subunit-stats .testrepository/subunit.log
}
export -f pre_test_hook
export -f post_test_hook