diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-10 08:29:18 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-10 08:29:18 (GMT) |
commit | 7b42a443384c884ce12a9499a95455a188dcb02d (patch) | |
tree | 226d91f0093418cd19e61eaceb6ae6c10fc04f75 | |
parent | 5579225277387c8cd207a0230e285eaa22fb2957 (diff) | |
download | Qt-7b42a443384c884ce12a9499a95455a188dcb02d.zip Qt-7b42a443384c884ce12a9499a95455a188dcb02d.tar.gz Qt-7b42a443384c884ce12a9499a95455a188dcb02d.tar.bz2 |
safer
-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*) ;; |