diff options
-rwxr-xr-x | source3/script/tests/tests_all.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh index ffe1c91284..2b46da0e77 100755 --- a/source3/script/tests/tests_all.sh +++ b/source3/script/tests/tests_all.sh @@ -73,6 +73,8 @@ posix_s3() { fi } +failed=0 + if test "x$TESTS" = "x" ; then local_s3 smbtorture_s3 |