From 3596e02d6a26752cf6c3ad5d0ff28220e12ed53a Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Tue, 8 Feb 2011 00:14:23 +0000 Subject: [PATCH] Suppress killall output when killing STOP button. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37560 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/autotests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2