summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run b/test/run
index caee4f83f2..56160977a3 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