update fail to failed

This commit is contained in:
thinkerou 2018-12-19 23:11:19 +08:00
parent c0517c4fb5
commit 7f3d5af456

View File

@ -19,7 +19,7 @@ test:
if grep -q "^--- FAIL" tmp.out; then \
rm tmp.out; \
exit 1; \
elif grep -q "build fail" tmp.out; then \
elif grep -q "build failed" tmp.out; then \
rm tmp.out; \
exit; \
fi; \