From 9c6e9083ed2aff5dacf39c019a866113efc058b4 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 15 Jun 2009 20:20:22 +0000 Subject: [PATCH] Cosmetic leftovers git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30123 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/keystest/README | 5 ++--- development/keystest/autolyx | 2 +- development/keystest/start_tests.sh | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/development/keystest/README b/development/keystest/README index 8f6cf52994..8649d1265d 100644 --- a/development/keystest/README +++ b/development/keystest/README @@ -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 diff --git a/development/keystest/autolyx b/development/keystest/autolyx index 28e6c1233b..669042bbfa 100755 --- a/development/keystest/autolyx +++ b/development/keystest/autolyx @@ -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 diff --git a/development/keystest/start_tests.sh b/development/keystest/start_tests.sh index 679b683107..d796f79b62 100755 --- a/development/keystest/start_tests.sh +++ b/development/keystest/start_tests.sh @@ -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