mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
939796f137
commit
16d57e550f
@ -19,6 +19,7 @@ The following programs are needed by the testing framework:
|
||||
be built before running the tests
|
||||
- wmctrl
|
||||
- pcregrep
|
||||
- Tcl/Tk
|
||||
|
||||
|
||||
USAGE
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user