]> git.lyx.org Git - lyx.git/commit
keytest.py: do not print the same thing twice
authorScott Kostyshak <skostysh@lyx.org>
Mon, 4 Feb 2013 08:06:08 +0000 (03:06 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 4 Feb 2013 08:20:02 +0000 (03:20 -0500)
commite609787a0f90a2f66fe8177c29cdc9daeba28fd6
tree89597a0cb90b5c489430e52c023c02d81fc338ce
parente8b57368440e8a64076944d544074a261e9da0cb
keytest.py: do not print the same thing twice

keytest.py now only prints one time the command that it is executing for
an assert. The command is already printed in the function responsible
for executing it, so it is not necessary to print the command before
calling that function.
development/autotests/keytest.py