From 7f3d5af45623aa317baf6c82318e9eff23939155 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 19 Dec 2018 23:11:19 +0800 Subject: [PATCH] update fail to failed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \