]> git.lyx.org Git - lyx.git/blobdiff - development/keystest/README
Next keystest patch from John McCabe-Dansted.
[lyx.git] / development / keystest / README
index 15ee9d44eaf3708c71b965fff9024ccbafc44243..01f1453272380e0c18fea9103a301a6dda1da419 100644 (file)
@@ -27,12 +27,18 @@ maketar.sh: Makes this tar file :)
 keytest.py: Sends randomly generated keypresses to the LyX window.
 killtest: stop the testing
 stock_text: The stock test to add to each bug report.
+watch_keytest.sh: Dumps various info on what keytest is doing, often run as "watch watch_keytest.sh"
 
 OUTPUTS:
 
 autolyx: Outputs out/*.GDB, a log of all output, including backtraces.
 keytest.py: Outputs out/*.KEYCODES, a list of all keycodes sent to LyX
 
+TIPS:
+To reduce the degree to which keytest writes to your HDD, you may want to run 
+   mount -t tmpfs -o size=50m tmpfs /home/keytest/kt.dir
+as root
+
 AUTHOR:
 Copyright (C) 2009 John McCabe-Dansted, gmatht at gmail dot com.
 Published under the Gnu General Public Licence, version 2 or later.