From d843617a1c8a28e0ebef019d80ffda22861fc081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=AC=A7?= Date: Thu, 21 Feb 2019 18:42:18 +0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 53aad650..7ab57e27 100644 --- a/Makefile +++ b/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; \