]> git.lyx.org Git - features.git/commitdiff
Suppress killall output when killing STOP button.
authorTommaso Cucinotta <tommaso@lyx.org>
Tue, 8 Feb 2011 00:14:23 +0000 (00:14 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Tue, 8 Feb 2011 00:14:23 +0000 (00:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37560 a592a061-630c-0410-9148-cb99ea01b6c8

development/autotests/run-tests.sh

index 7dca86418ee03e233661d999947fadbcc668bdaa..1b3ab651c4bdfc49b7bd11b8a561fa99f3e2b8a8 100755 (executable)
@@ -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