mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 01:12:16 +08:00
Update Makefile
This commit is contained in:
parent
3c6a1a091e
commit
d843617a1c
4
Makefile
4
Makefile
@ -19,10 +19,10 @@ 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; \
|
||||
elif grep -q "[setup failed]" tmp.out; then \
|
||||
elif grep -q "setup failed" tmp.out; then \
|
||||
rm tmp.out; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user