---
tests/fate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index e04c871..c267182 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -107,6 +107,6 @@ mkdir -p ${build}
configure >configure.log 2>&1 || fail $? "error configuring"
compile >compile.log 2>&1 || fail $? "error compiling"
-fate >test.log 2>&1 || fail $? "error testing"
+[ -n "$notest" ] || fate >test.log 2>&1 || fail $? "error testing"
report 0 success
clean
--
1.7.9.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel