mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
c87c5ee46a
commit
3596e02d6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user