Merge "Combine exit codes of the two functional test runs"
This commit is contained in:
commit
69dcfe2124
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user