chore: fix Make script when failed

This commit is contained in:
thinkerou 2019-02-20 12:00:08 +08:00
parent fece76d93f
commit 323630cf5f

View File

@ -21,7 +21,7 @@ test:
exit 1; \
elif grep -q "build failed" tmp.out; then \
rm tmp.out; \
exit; \
exit 1; \
fi; \
if [ -f profile.out ]; then \
cat profile.out | grep -v "mode:" >> coverage.out; \