mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
9c6e9083ed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30123 a592a061-630c-0410-9148-cb99ea01b6c8
9 lines
300 B
Bash
Executable File
9 lines
300 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)
|