Merge "Combine exit codes of the two functional test runs"

This commit is contained in:
Jenkins 2015-09-21 18:18:20 +00:00 committed by Gerrit Code Review
commit 69dcfe2124

View File

@ -32,7 +32,7 @@ testr slowest
SKIP=^\(\?\!\.\*\(ProjectQuotasPagingTestCase\|QuotaEnforcementTestCase\|ListingCAsTestCase\|ProjectCATestCase\)\)
testr init
testr run $SKIP --parallel --subunit | subunit-trace --no-failure-debug -f
retval=$?
retval=$(($retval || $?))
testr slowest
exit $retval