diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 05:02:03 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 05:02:03 (GMT) |
commit | d31c4b65ae552750bc9af21fca2a3748c544b5be (patch) | |
tree | 6777f042982a086eb20e921e683025073713c313 /tests | |
parent | 4e95d845a5ca2a482cead7b282b8ba7b334cf237 (diff) | |
download | Qt-d31c4b65ae552750bc9af21fca2a3748c544b5be.zip Qt-d31c4b65ae552750bc9af21fca2a3748c544b5be.tar.gz Qt-d31c4b65ae552750bc9af21fca2a3748c544b5be.tar.bz2 |
Quieter, better.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/auto/declarative/runall.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/runall.sh b/tests/auto/declarative/runall.sh index e4b18da..2d0c848 100755 --- a/tests/auto/declarative/runall.sh +++ b/tests/auto/declarative/runall.sh @@ -1,6 +1,7 @@ #!/bin/sh Xnest :7 2>/dev/null & +sleep 1 trap "kill $!" EXIT export DISPLAY=:7 @@ -8,7 +9,13 @@ make install 2>&1 | while read line do case "$line" in + make*Error) echo "$line";; + make*Stop) echo "$line";; make*) ;; + */qmake*) ;; + */bin/moc*) ;; + *targ.debug*) ;; + g++*) ;; cd*) ;; PASS*) ;; QDEBUG*) ;; |