From 7b42a443384c884ce12a9499a95455a188dcb02d Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Tue, 10 Nov 2009 18:29:18 +1000 Subject: safer --- tests/auto/declarative/runall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/declarative/runall.sh b/tests/auto/declarative/runall.sh index b58c82b..e4b18da 100755 --- a/tests/auto/declarative/runall.sh +++ b/tests/auto/declarative/runall.sh @@ -8,7 +8,8 @@ make install 2>&1 | while read line do case "$line" in - [a-z]*) ;; + make*) ;; + cd*) ;; PASS*) ;; QDEBUG*) ;; Makefile*) ;; -- cgit v0.12