]> git.lyx.org Git - features.git/commit
Cmake tests: Do not remove temporary data while debugging
authorKornel Benko <kornel@lyx.org>
Mon, 2 Nov 2020 12:12:56 +0000 (13:12 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 2 Nov 2020 12:12:56 +0000 (13:12 +0100)
commit9b2790d472cd86f20fdfa839f0fa70f8b54b2c42
tree1f93fd6de781b9b5e78de11a11d4a377f75ab4a8
parentc7d0ba0f26f683993542abc75c373827c4f1e5b3
Cmake tests: Do not remove temporary data while debugging

The debug mode is set with the environment LYX_DEBUG_LATEX
 $ export LYX_DEBUG_LATEX=1

The downside: From time to time the need to remove the superfluous dirs
 $ cd build-dir
 $ find autotests/out-home -name AbC_\* | xargs rm -rf
development/autotests/export.cmake