]> git.lyx.org Git - lyx.git/commit
autotests: clean up .emergency file of input .lyx
authorScott Kostyshak <skostysh@lyx.org>
Sun, 27 Jan 2013 11:21:18 +0000 (06:21 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 29 Jan 2013 21:18:08 +0000 (16:18 -0500)
commit12a4b3aee99fde9243c6aa8f96b20cc5a585cc31
treeff3455d6eb1ffb581a4d169994f48b79cea33200
parentc229163a3be6a231f8f9ee4e93447183d9a1b2ab
autotests: clean up .emergency file of input .lyx

If the test opens an existing .lyx file and crashes, it will leave
around a .emergency file. If a test with that same name is run again,
LyX will try to recover the .emergency file, which could throw
off the test.

This is implemented for both CMake and autotools.
development/autotests/single-test.cmake
development/autotests/single-test.sh