X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fkeystest%2Fautolyx;h=024499251e2d5d571f813498e792ce3593116ca5;hb=b69fed3610a2f8cda614e69b4d87ab4ef7a9928c;hp=20477dc4daf83e019690fd72d29eb056ba5f1cbf;hpb=5cf6f4f6569ed4a55dff7a39a8d549683dce24a7;p=lyx.git diff --git a/development/keystest/autolyx b/development/keystest/autolyx index 20477dc4da..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 LT/out/GDB) -done +DIRNAME0=`dirname "$0"` +. $DIRNAME0/shared_variables.sh +. $DIRNAME0/shared_functions.sh +autolyx_main "$@"