From: Tommaso Cucinotta Date: Tue, 8 Feb 2011 00:14:23 +0000 (+0000) Subject: Suppress killall output when killing STOP button. X-Git-Tag: 2.0.0~826 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3596e02d6a26752cf6c3ad5d0ff28220e12ed53a;p=features.git Suppress killall output when killing STOP button. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37560 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index 7dca86418e..1b3ab651c4 100755 --- a/development/autotests/run-tests.sh +++ b/development/autotests/run-tests.sh @@ -63,7 +63,7 @@ for t in $(echo "$TESTS" | sed -e 's/-in.txt//g'); do fi; done -killall -w stop_autotests.tcl +killall stop_autotests.tcl > /dev/null 2>&1 echo if [ $failed -eq 0 ]; then