]> git.lyx.org Git - features.git/commit
Fix stalling of keytests when invalid DISPLAY
authorKornel Benko <kornel@lyx.org>
Mon, 25 Aug 2014 11:45:32 +0000 (13:45 +0200)
committerKornel Benko <kornel@lyx.org>
Mon, 25 Aug 2014 11:45:32 +0000 (13:45 +0200)
commitf2937e676ac4f52e7d4c0bb0c3b24f0cc341ee2f
tree6acf16689d877e02369e528b661536f2e483c184
parent742ba333bf6ca231cbdc6c5a2a041bce613ec023
Fix stalling of keytests when invalid DISPLAY

Before, the keytests would run infinitely if the
tests were run, e.g. through SSH without X forwarding.
To reproduce that problem, run

  DISPLAY='' ctest -R hello

This commit causes the test to correctly fail in such situations.
(Collaboration with Scott Kostyshak)
development/autotests/single-test.cmake