lyx_mirror/development/keystest/start_tests.sh
Pavel Sanda f3b253f9ad Move to the correct directory structure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30122 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 20:20:20 +00:00

9 lines
299 B
Bash
Executable File

#!/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)