From: grev Date: Thu, 22 Nov 2007 17:11:01 +0000 (+0000) Subject: b=10825 X-Git-Tag: v1_7_0_51~471 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d1569eb1f37a9571c2b7fe26d58e81cfd2b625fa;p=fs%2Flustre-release.git b=10825 i=Scjody improve the output a bit --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 4a9fad2..924fafc 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -36,8 +36,8 @@ usage() { print_summary () { [ -n "$ONLY" ] && echo "WARNING: ONLY is set to ${ONLY}." - local form="%-13s %-15s %s\n" - echo "$(printf "$form" "status" "script" "skipped")" + local form="%-13s %-17s %s\n" + echo "$(printf "$form" "status" "script" "skipped tests")" echo "------------------------------------------------------------------------------------" for O in $TESTSUITE_LIST; do local skipped=""