mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:15:43 +01:00
Merged latest fix for test framework revamp into development
This commit is contained in:
commit
2b217c36b6
@ -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" != "" ]; \
|
||||
|
Loading…
Reference in New Issue
Block a user