]> git.sesse.net Git - ffmpeg/commitdiff
fate: Tweak printing of ignored tests
authorMartin Storsjö <martin@martin.st>
Thu, 29 Dec 2016 12:20:51 +0000 (14:20 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 29 Dec 2016 19:50:20 +0000 (21:50 +0200)
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: Martin Storsjö <martin@martin.st>
tests/fate-run.sh

index e1aaf647faf4729bcbdbb4356c0ad80f4cbc2373..623fd635a02f2572b7e21259bee4f27712c14e9c 100755 (executable)
@@ -214,7 +214,7 @@ if test -e "$ref" || test $cmp = "oneline" ; then
     cmperr=$?
     test $err = 0 && err=$cmperr
     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
         test $err = 0 || cat $cmpfile
     fi