]> git.lyx.org Git - lyx.git/blob - development/keystest/start_tests.sh
Move to the correct directory structure.
[lyx.git] / development / keystest / start_tests.sh
1 #!/bin/bash
2 #This script  runs LyX, starts spamming it with hundreds of 
3 #keypresses, and logs all output, including backtraces to LT/out/GDB
4 #Use report.sh to generated the more useful bug reports in LT/out/{or}*
5
6 LT=development/keystest
7
8 (bash $LT/autolyx & sleep 9 ; xterm -e python $LT/test.py)