From: Rob Landley Date: Sun, 22 Jun 2008 05:57:44 +0000 (-0500) Subject: Cosmetic tweak, only show skipped tests when VERBOSE set. X-Git-Tag: 0.0.7~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bc357dc70f1f64e607f28b21a779af2c8a09753;p=platform%2Fupstream%2Ftoybox.git Cosmetic tweak, only show skipped tests when VERBOSE set. --- diff --git a/scripts/test/testing.sh b/scripts/test/testing.sh index a9bc672..fd23369 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