Whamcloud - gitweb
tests: fix test_script so that it will run all tests if w/o arguments
authorTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jul 2019 21:42:30 +0000 (17:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jul 2019 21:42:30 +0000 (17:42 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/test_script.in

index 9959e30..442999d 100644 (file)
@@ -39,7 +39,7 @@ for i; do
 done
 
 if test "$TESTS"x = x ; then
-    if test -n "DO_FAILED"; then
+    if test -n "$DO_FAILED"; then
        exit 0
     fi
     TESTS=`ls -d $SRCDIR/[a-zA-Z]_*`