Forgot to terminate the emergency button.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37552 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2011-02-07 23:37:34 +00:00
parent 939796f137
commit 16d57e550f
2 changed files with 3 additions and 0 deletions

View 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

View File

@ -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"