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:
Kornel Benko 2015-03-28 22:54:08 +01:00
parent cc3dd7753e
commit 69bec00e38

View File

@ -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})