test: fix "skipping test" verbose output

This commit is contained in:
Dmitry Kurochkin 2011-11-27 22:36:14 +04:00 committed by David Bremner
parent 66158d5e40
commit 5b37fb1e25

View file

@ -657,7 +657,8 @@ test_check_missing_external_prereqs_ () {
test_report_skip_ () {
test_reset_state_
say_color skip >&3 "skipping test: $@"
say_color skip >&3 "skipping test:"
echo " $@" >&3
say_color skip "%-6s" "SKIP"
echo " $1"
}