]> git.lyx.org Git - features.git/blob - development/keystest/autolyx
Cosmetic leftovers
[features.git] / development / keystest / autolyx
1 #!/bin/bash
2 # This script starts LyX, and restarts LyX if it is closed
3 # it logs all output, including backtraces to development/keystest/out/GDB
4
5 #rename other windows to avoid confusion.
6 wmctrl -N __renamed__ -r lyx
7 wmctrl -N __renamed__ -r lyx
8 wmctrl -N __renamed__ -r lyx
9 wmctrl -N __renamed__ -r lyx
10
11 while true
12 do
13   ( (echo SECONDS: `date +%s`
14         (echo "run
15   bt" ; yes q) | gdb src/lyx 2>&1) | strings|  tee -a development/keystest/out/GDB)
16 done