Suppress killall output when killing STOP button.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37560 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2011-02-08 00:14:23 +00:00
parent c87c5ee46a
commit 3596e02d6a

View File

@ -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