summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-10 08:29:18 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-10 08:29:18 (GMT)
commit7b42a443384c884ce12a9499a95455a188dcb02d (patch)
tree226d91f0093418cd19e61eaceb6ae6c10fc04f75
parent5579225277387c8cd207a0230e285eaa22fb2957 (diff)
downloadQt-7b42a443384c884ce12a9499a95455a188dcb02d.zip
Qt-7b42a443384c884ce12a9499a95455a188dcb02d.tar.gz
Qt-7b42a443384c884ce12a9499a95455a188dcb02d.tar.bz2
safer
-rwxr-xr-xtests/auto/declarative/runall.sh3
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*) ;;