mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-21 16:58:08 +08:00
Update Makefile
This commit is contained in:
parent
323630cf5f
commit
2c9263b3a9
6
Makefile
6
Makefile
@ -19,7 +19,11 @@ test:
|
||||
if grep -q "^--- FAIL" tmp.out; then \
|
||||
rm tmp.out; \
|
||||
exit 1; \
|
||||
elif grep -q "build failed" tmp.out; then \
|
||||
elif grep -q "[build failed]" tmp.out; then \
|
||||
rm tmp.out; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
elif grep -q "[setup failed]" tmp.out; then \
|
||||
rm tmp.out; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user