commit | 667086b01d6ea7a5ad324aeb0837dc6fc4b89d52 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 20 23:11:06 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 20 23:11:06 2013 +0200 |
tree | 9e95d27b386a403b4ba49880745f9f74d7283d32 | |
parent | 68a4fce8aa3be411bdb778034511b7560c3b33fe [diff] [blame] |
Fixed Makefile leftover typo
diff --git a/tests/Makefile b/tests/Makefile index b2a5fe6..4d70858 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -301,7 +301,7 @@ 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" != "" ]; \