Otherwise the .rep file would still contain a signal instead of a
zero, even if the process returned success.
---
Also, I think the fate- prefix should be omitted in the IGNORE line.
See https://fate.libav.org/i386-apple-darwin-gcc-4.0/20161228201333/test
for an example of what it looks like.

And instead of "IGNORE  " with double spaces, I think the more
correct/consistent thing to use would be a \t, to match what the makefiles
use for the CC etc lines.
---
 tests/fate-run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 27cd626..e1aaf64 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
+        test $err = 0 || echo "IGNORE  fate-${test}" && err=0 && unset sig
     else
         test $err = 0 || cat $cmpfile
     fi
-- 
2.10.1 (Apple Git-78)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to