diff options
Diffstat (limited to 'shell/ash_test/run-all')
-rwxr-xr-x | shell/ash_test/run-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/run-all b/shell/ash_test/run-all index 416900aa2..e02333888 100755 --- a/shell/ash_test/run-all +++ b/shell/ash_test/run-all @@ -17,6 +17,7 @@ export THIS_SH do_test() { test -d "$1" || return 0 + echo do_test "$1" ( cd "$1" || { echo "cannot cd $1!"; exit 1; } for x in run-*; do @@ -53,7 +54,6 @@ if [ $# -lt 1 ]; then modules=`ls -d ash-*` for module in $modules; do - echo do_test $module do_test $module done else |