diff options
Diffstat (limited to 'cpp/tests/run-python-tests')
-rwxr-xr-x | cpp/tests/run-python-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/run-python-tests b/cpp/tests/run-python-tests index d9b78e1055..de57553bfc 100755 --- a/cpp/tests/run-python-tests +++ b/cpp/tests/run-python-tests @@ -18,7 +18,7 @@ sleep 4 # Run the tests. ( cd $abs_srcdir/../../python \ - && python ./run-tests -v -I cpp_failing.txt || fail=1 ) + && python ./run-tests -v -I cpp_failing.txt ) || fail=1 kill $pid || { echo FAIL: process already died; cat log; fail=1; } |