]> git.lyx.org Git - lyx.git/blobdiff - development/keystest/start_tests.sh
remove special TEX2LYX code in Spacing,h
[lyx.git] / development / keystest / start_tests.sh
index b2332c88de09c5b6cc194e927b1952899ea86554..866593bb50dccccb1ba1870653681cc89788d8f7 100755 (executable)
@@ -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