]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't print test headers unless the test is about to run.
authorMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 09:35:21 +0000 (09:35 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 09:35:21 +0000 (09:35 +0000)
testsuite/master.test

index 446263c23affa303310678f36641a8665246679a..8c34ee8e8f67ae9ad4d540907076476c5c51d24c 100755 (executable)
@@ -20,9 +20,6 @@ cd "$testdir"
 
 for testbase in $test_names
 do
-    echo "------------------------------------------------------------"
-    echo "----- $testbase running"
-
     testscript="$testbase.test"
     if test \! -f "$testscript" 
     then
@@ -30,6 +27,9 @@ do
        continue
     fi
 
+    echo "------------------------------------------------------------"
+    echo "----- $testbase running"
+
     if sh $testscript
     then
        echo "----- $testbase completed succesfully"