diff scripts/test/testing.sh @ 301:2e2529e298ee

Cosmetic tweak, only show skipped tests when VERBOSE set.
author Rob Landley <rob@landley.net>
date Sun, 22 Jun 2008 00:57:44 -0500
parents ea8149345b78
children 1ca548d46c8e
line wrap: on
line diff
--- a/scripts/test/testing.sh	Sun Jun 22 00:57:15 2008 -0500
+++ b/scripts/test/testing.sh	Sun Jun 22 00:57:44 2008 -0500
@@ -63,7 +63,7 @@
 
   if [ -n "$SKIP" ]
   then
-    echo "SKIPPED: $NAME"
+    [ ! -z "$VERBOSE" ] && echo "SKIPPED: $NAME"
     return 0
   fi