]> git.lyx.org Git - features.git/blobdiff - development/autotests/run-tests.sh
Suppress killall output when killing STOP button.
[features.git] / 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