mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake tests: Make check_load tests run in sequence.
Running parallel commands 'lyx -batch ...' with files from the same directory has lead to conflicts.
This commit is contained in:
parent
cc3dd7753e
commit
69bec00e38
@ -201,6 +201,7 @@ foreach(libsubfolder doc examples templates)
|
||||
-DWORKDIR=${CMAKE_CURRENT_BINARY_DIR}/${LYX_HOME}
|
||||
-P "${TOP_SRC_DIR}/development/autotests/check_load.cmake")
|
||||
setmarkedtestlabel(${TestName} ${reverted} "load")
|
||||
set_tests_properties(${TestName} PROPERTIES RUN_SERIAL ON)
|
||||
endif()
|
||||
getoutputformats("${LIBSUB_SRC_DIR}/${f}.lyx" formatlist)
|
||||
foreach(format ${formatlist})
|
||||
|
Loading…
Reference in New Issue
Block a user