lyx_mirror/development/keystest/start_tests.sh

9 lines
299 B
Bash
Raw Normal View History

#!/bin/bash
#This script runs LyX, starts spamming it with hundreds of
#keypresses, and logs all output, including backtraces to LT/out/GDB
#Use report.sh to generated the more useful bug reports in LT/out/{or}*
LT=development/keystest
(bash $LT/autolyx & sleep 9 ; xterm -e python $LT/test.py)