diff options
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,9 +3,10 @@ run_test() { $@ [ $? -ne 0 ] && result=$((result+1)) - echo "result $result" } +result=0 + # Run all tests that the standard sandbox build can support run_test ./test/py/test.py --bd sandbox --build |