Merge "Switch run_tests.sh to use subunit-trace"

This commit is contained in:
Jenkins 2015-12-04 13:05:32 +00:00 committed by Gerrit Code Review
commit 1720c20b9a

View File

@ -90,9 +90,9 @@ function run_tests {
fi
if [ $serial -eq 1 ]; then
${wrapper} testr run --subunit $testrargs | ${wrapper} subunit-2to1 | ${wrapper} tools/colorizer.py
${wrapper} testr run --subunit $testrargs | ${wrapper} subunit-trace -n -f
else
${wrapper} testr run --parallel --subunit $testrargs | ${wrapper} subunit-2to1 | ${wrapper} tools/colorizer.py
${wrapper} testr run --parallel --subunit $testrargs | ${wrapper} subunit-trace -n -f
fi
}