mirror of
https://git.zx2c4.com/cgit
synced 2025-08-02 17:15:13 +02: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue