From: Kornel Benko Date: Fri, 4 Jan 2019 04:21:07 +0000 (+0100) Subject: lyx2lyx tests: Use the temp-dir also for converted lyx files X-Git-Tag: 2.3.3~66 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=410054ba5e43c5d81306cfa42042119e6a7a40a2;p=features.git lyx2lyx tests: Use the temp-dir also for converted lyx files Important if including data previously copied there. Fixes test "export/doc/Additional_lyx22" (cherry picked from commit 7568571a24e951df8f616a4e031be2b30857b2ed) --- diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index f4bb44bec6..4c803bc244 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -76,7 +76,7 @@ else() endif() if(extension MATCHES "\\.lyx$") # Font-type not relevant for lyx16/lyx21 exports - set(result_file_base ${file}) + set(result_file_base "${TempDir}/${file}") else() set(result_file_name ${file}.${extension}) endif()