summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index d4fb8d4..4e11dd5 100755
--- a/run
+++ b/run
@@ -163,7 +163,7 @@ test $dtf_option_listonly -ne 1 && prepare_resultdir
dtf_resultxml_init "$dtf_resultxml_file"
result=0
-for i in ; do
+while read i; do
testdir=$(dirname "$i")
run "$testdir" || result=1