Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-12-29 15:20:51 +0300
committerMartin Storsjö <martin@martin.st>2016-12-29 22:50:20 +0300
commiteef860dd92538764f4ab7872812914ff10384268 (patch)
tree6943dcc8912d5e16b4c94fa82e119dae3910301b /tests/fate-run.sh
parent5c83b4d550ea42653fece092987bab56ccc32ead (diff)
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: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index e1aaf647fa..623fd635a0 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -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