]> git.lyx.org Git - lyx.git/commitdiff
Forgot to terminate the emergency button.
authorTommaso Cucinotta <tommaso@lyx.org>
Mon, 7 Feb 2011 23:37:34 +0000 (23:37 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Mon, 7 Feb 2011 23:37:34 +0000 (23:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37552 a592a061-630c-0410-9148-cb99ea01b6c8

development/autotests/README
development/autotests/run-tests.sh

index 62fa6c27a4688fbfe0248c9fb64ea9d65f0832a5..eb2594bf0559776bb9ac85660e9ab45f3692f94d 100644 (file)
@@ -19,6 +19,7 @@ The following programs are needed by the testing framework:
          be built before running the tests
 - wmctrl
 - pcregrep
+- Tcl/Tk
 
 
 USAGE
index 8b807c2f04163e5ab3742ffcb9c6a3aba94e81c7..7dca86418ee03e233661d999947fadbcc668bdaa 100755 (executable)
@@ -63,6 +63,8 @@ for t in $(echo "$TESTS" | sed -e 's/-in.txt//g'); do
     fi;
 done
 
+killall -w stop_autotests.tcl
+
 echo
 if [ $failed -eq 0 ]; then
     echo "All tests SUCCESSFUL"