]> git.lyx.org Git - features.git/blobdiff - development/keystest/start_tests.sh
Move to the correct directory structure.
[features.git] / development / keystest / start_tests.sh
index b2332c88de09c5b6cc194e927b1952899ea86554..679b683107f1b60d15d1af78d59a8e75d0ae2e86 100755 (executable)
@@ -3,4 +3,6 @@
 #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 & sleep 9 ; xterm -e python $LT/test.py)