Make output from `make test` more readable

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
lh/pretty-blob-view
Lars Hjemli 16 years ago
parent e5ca46bf4b
commit b44b02a982

@ -91,10 +91,10 @@ run_test()
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
}

Loading…
Cancel
Save