]> git.lyx.org Git - features.git/commitdiff
Cosmetic leftovers
authorPavel Sanda <sanda@lyx.org>
Mon, 15 Jun 2009 20:20:22 +0000 (20:20 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 15 Jun 2009 20:20:22 +0000 (20:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30123 a592a061-630c-0410-9148-cb99ea01b6c8

development/keystest/README
development/keystest/autolyx
development/keystest/start_tests.sh

index 8f6cf52994ceb574539f2d1b12a4170cd70f3e48..8649d1265d0115466888b045380a403cee434db4 100644 (file)
@@ -6,11 +6,10 @@ presses, and collect the crash results.
 Since the code involves spamming random keypresses, I'd recommend
 running it in a VM, well away from your main X windows session.
 
-In short, to use this, move this directory LT into your LyX source directory
-(e.g. lyx-1.6.x, but not lyx-1.6.x/src). Then run LT/lyx_make.sh
+In short, to use this, run development/keytest/lyx_make.sh
 
 It requires the following packages to run
-  xvkbd wmctrl 
+  xvkbd wmctrl
 the following are also useful:
    lyx libqt4-dbg subversion automake
 
index 28e6c1233b267367ea8771c25fbebe7c15627ea2..669042bbfaa8a51bccd2b0725e109766d6ba13ac 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # This script starts LyX, and restarts LyX if it is closed
-# it logs all output, including backtraces to LT/out/GDB
+# it logs all output, including backtraces to development/keystest/out/GDB
 
 #rename other windows to avoid confusion.
 wmctrl -N __renamed__ -r lyx
index 679b683107f1b60d15d1af78d59a8e75d0ae2e86..d796f79b629bf35ee377ba881a06c00ecbff29f7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/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}*
 
 LT=development/keystest