diff --git a/test/run b/test/run index caee4f83f2c147fd5194659fc89ae97c0dc4d44e..56160977a3f0c56a3e289b36a9d870acc9b8b4e2 100755 --- a/test/run +++ b/test/run @@ -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