Cosmetic tweak, only show skipped tests when VERBOSE set.
authorRob Landley <rob@landley.net>
Sun, 22 Jun 2008 05:57:44 +0000 (00:57 -0500)
committerRob Landley <rob@landley.net>
Sun, 22 Jun 2008 05:57:44 +0000 (00:57 -0500)
scripts/test/testing.sh

index a9bc672..fd23369 100644 (file)
@@ -63,7 +63,7 @@ testing ()
 
   if [ -n "$SKIP" ]
   then
-    echo "SKIPPED: $NAME"
+    [ ! -z "$VERBOSE" ] && echo "SKIPPED: $NAME"
     return 0
   fi