mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
3f3d37ca09
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152211.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30148 a592a061-630c-0410-9148-cb99ea01b6c8
9 lines
258 B
Bash
Executable File
9 lines
258 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
|