Commit df712c33 authored by Stefan Behnel's avatar Stefan Behnel

Make test script exit code non-0 on test failures.

parent 8daa7431
......@@ -101,6 +101,7 @@ python runtests.py \
$LIMITED_API \
$EXCLUDE \
$(if [ "$COVERAGE" == "1" ]; then echo " --coverage"; fi) \
$(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j7 "; fi)
$(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j7 "; fi) \
|| exit 1
ccache -s 2>/dev/null || true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment