From 7bc357dc70f1f64e607f28b21a779af2c8a09753 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 22 Jun 2008 00:57:44 -0500 Subject: Cosmetic tweak, only show skipped tests when VERBOSE set. --- scripts/test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/testing.sh b/scripts/test/testing.sh index a9bc6725..fd233697 100644 --- a/scripts/test/testing.sh +++ b/scripts/test/testing.sh @@ -63,7 +63,7 @@ testing () if [ -n "$SKIP" ] then - echo "SKIPPED: $NAME" + [ ! -z "$VERBOSE" ] && echo "SKIPPED: $NAME" return 0 fi -- cgit v1.2.3