X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fkeystest%2Fautolyx;h=024499251e2d5d571f813498e792ce3593116ca5;hb=e497931c4d7a44b6451574388e4fa31e1cb2b8a4;hp=28e6c1233b267367ea8771c25fbebe7c15627ea2;hpb=f3b253f9ad7a16f5480305dcc7ef8e9cb1502997;p=lyx.git diff --git a/development/keystest/autolyx b/development/keystest/autolyx index 28e6c1233b..024499251e 100755 --- a/development/keystest/autolyx +++ b/development/keystest/autolyx @@ -1,16 +1,5 @@ #!/bin/bash -# This script starts LyX, and restarts LyX if it is closed -# it logs all output, including backtraces to LT/out/GDB - -#rename other windows to avoid confusion. -wmctrl -N __renamed__ -r lyx -wmctrl -N __renamed__ -r lyx -wmctrl -N __renamed__ -r lyx -wmctrl -N __renamed__ -r lyx - -while true -do - ( (echo SECONDS: `date +%s` - (echo "run - bt" ; yes q) | gdb src/lyx 2>&1) | strings| tee -a development/keystest/out/GDB) -done +DIRNAME0=`dirname "$0"` +. $DIRNAME0/shared_variables.sh +. $DIRNAME0/shared_functions.sh +autolyx_main "$@"