From d31c4b65ae552750bc9af21fca2a3748c544b5be Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Wed, 11 Nov 2009 15:02:03 +1000 Subject: Quieter, better. --- tests/auto/declarative/runall.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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*) ;; -- cgit v0.12