diff --git a/tests/Makefile b/tests/Makefile index b2a5fe65c..4d70858e8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -301,7 +301,7 @@ ifndef WINDOWS for i in $(APPS); \ do \ echo " - $${i}"; \ - RESULT=`./$${i} | grep -v 'PASS$$' | grep -v -- '-----' | grep -v '^$$'`; \ + RESULT=`./$${i} | grep -v 'PASS$$' | grep -v -- '----' | grep -v '^$$'`; \ FAILED=`echo $$RESULT |grep FAILED`; \ echo " $$RESULT"; \ if [ "$$FAILED" != "" ]; \