Commit eef860dd authored by Martin Storsjö's avatar Martin Storsjö

fate: Tweak printing of ignored tests

Use a tab instead of two spaces, skip the fate prefix for the test name.

This makes IGNORE line fit in even better with the other make printouts.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 5c83b4d5
...@@ -214,7 +214,7 @@ if test -e "$ref" || test $cmp = "oneline" ; then ...@@ -214,7 +214,7 @@ if test -e "$ref" || test $cmp = "oneline" ; then
cmperr=$? cmperr=$?
test $err = 0 && err=$cmperr test $err = 0 && err=$cmperr
if [ "$report_type" = "ignore" ]; then if [ "$report_type" = "ignore" ]; then
test $err = 0 || echo "IGNORE fate-${test}" && err=0 && unset sig test $err = 0 || echo "IGNORE\t${test}" && err=0 && unset sig
else else
test $err = 0 || cat $cmpfile test $err = 0 || cat $cmpfile
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment