mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -05:00
Tests: Make a CTest test deterministic.
The test expect sub-test not to run in parallel.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
include(RunCMake)
|
||||
|
||||
unset(ENV{CTEST_PARALLEL_LEVEL})
|
||||
unset(ENV{CTEST_OUTPUT_ON_FAILURE})
|
||||
|
||||
run_cmake_command(repeat-until-fail-bad1
|
||||
${CMAKE_CTEST_COMMAND} --repeat-until-fail
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user