diff --git a/Makefile b/Makefile index 46457370..7211144a 100644 --- a/Makefile +++ b/Makefile @@ -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; \