From: Tommaso Cucinotta Date: Mon, 7 Feb 2011 23:37:34 +0000 (+0000) Subject: Forgot to terminate the emergency button. X-Git-Tag: 2.0.0~833 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=16d57e550fbbf8303c432907c4a045299045f5bf;p=features.git Forgot to terminate the emergency button. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37552 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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"