tests: fix test_script so that it will run all tests if w/o arguments

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2019-07-13 17:42:30 -04:00
parent 194efee4a9
commit 2760eed22a

View 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]_*`