X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fkeystest%2FREADME;h=01f1453272380e0c18fea9103a301a6dda1da419;hb=2805452229904bef2f022a50b70c6671990666b7;hp=15ee9d44eaf3708c71b965fff9024ccbafc44243;hpb=81dea0164cd7f36a250a6b4e3619d9471b23fc85;p=lyx.git diff --git a/development/keystest/README b/development/keystest/README index 15ee9d44ea..01f1453272 100644 --- a/development/keystest/README +++ b/development/keystest/README @@ -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.