all repos — cgit @ b44b02a98253e78334f7fd13d9c4e1eb59562392

a hyperfast web frontend for git written in c

Make output from `make test` more readable

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sun, 24 Feb 2008 16:05:58 +0100
commit

b44b02a98253e78334f7fd13d9c4e1eb59562392

parent

e5ca46bf4b974ce3b51d09da4c7ad741aaa70ede

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M tests/setup.shtests/setup.sh

@@ -91,10 +91,10 @@ eval "$2" >test-output.log

res=$? if test $res = 0 then - printf " %s: ok - %s\n" $test_count "$desc" + printf " %2d) %-60s [ok]\n" $test_count "$desc" else ((test_failed++)) - printf " %s: fail - %s\n" $test_count "$desc" + printf " %2d) %-60s [failed]\n" $test_count "$desc" fi }