Make output from make test
more readable
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
والد
e5ca46bf4b
کامیت
b44b02a982
@ -91,10 +91,10 @@ run_test()
|
|||||||
res=$?
|
res=$?
|
||||||
if test $res = 0
|
if test $res = 0
|
||||||
then
|
then
|
||||||
printf " %s: ok - %s\n" $test_count "$desc"
|
printf " %2d) %-60s [ok]\n" $test_count "$desc"
|
||||||
else
|
else
|
||||||
((test_failed++))
|
((test_failed++))
|
||||||
printf " %s: fail - %s\n" $test_count "$desc"
|
printf " %2d) %-60s [failed]\n" $test_count "$desc"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
بارگذاری…
مرجع در شماره جدید
Block a user