X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fkeystest%2Fstart_tests.sh;h=866593bb50dccccb1ba1870653681cc89788d8f7;hb=0a868fb846f5b1196e5572eca0bdff3bbf12b707;hp=b2332c88de09c5b6cc194e927b1952899ea86554;hpb=5cf6f4f6569ed4a55dff7a39a8d549683dce24a7;p=lyx.git diff --git a/development/keystest/start_tests.sh b/development/keystest/start_tests.sh index b2332c88de..866593bb50 100755 --- a/development/keystest/start_tests.sh +++ b/development/keystest/start_tests.sh @@ -1,6 +1,8 @@ #!/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}* +#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}* -(bash LT/autolyx & sleep 9 ; xterm -e python LT/test.py) +LT=development/keystest + +bash $LT/autolyx