Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194efee
)
tests: fix test_script so that it will run all tests if w/o arguments
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 13 Jul 2019 21:42:30 +0000
(17:42 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/tests/test_script.in
b/tests/test_script.in
index
9959e30
..
442999d
100644
(file)
--- a/
tests/test_script.in
+++ b/
tests/test_script.in
@@
-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]_*`