From 16d57e550fbbf8303c432907c4a045299045f5bf Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Mon, 7 Feb 2011 23:37:34 +0000 Subject: [PATCH] Forgot to terminate the emergency button. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37552 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/autotests/README | 1 + development/autotests/run-tests.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/development/autotests/README b/development/autotests/README index 62fa6c27a4..eb2594bf05 100644 --- a/development/autotests/README +++ b/development/autotests/README @@ -19,6 +19,7 @@ The following programs are needed by the testing framework: be built before running the tests - wmctrl - pcregrep +- Tcl/Tk USAGE diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index 8b807c2f04..7dca86418e 100755 --- a/development/autotests/run-tests.sh +++ b/development/autotests/run-tests.sh @@ -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"