Merge remote-tracking branch 'upstream/master' into split-examples

This commit is contained in:
thinkerou 2019-02-22 09:40:41 +08:00
commit 004bfc7042

View File

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