mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 10:04:01 +08:00
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:
parent
194efee4a9
commit
2760eed22a
@ -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]_*`
|
||||
|
Loading…
Reference in New Issue
Block a user