mirror of
https://git.zx2c4.com/cgit/
synced 2024-11-04 06:00:44 +00:00
Make output from make test
more readable
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
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…
Reference in New Issue
Block a user