diff options
-rwxr-xr-x | tests/auto/declarative/runall.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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*) ;; |