]> git.lyx.org Git - lyx.git/blob - development/keystest/start_tests.sh
b2332c88de09c5b6cc194e927b1952899ea86554
[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 (bash LT/autolyx & sleep 9 ; xterm -e python LT/test.py)