Tests: Make a CTest test deterministic.
The test expect sub-test not to run in parallel.
This commit is contained in:
parent
f438cd3731
commit
fcf9cf6cd8
@ -1,5 +1,8 @@
|
|||||||
include(RunCMake)
|
include(RunCMake)
|
||||||
|
|
||||||
|
unset(ENV{CTEST_PARALLEL_LEVEL})
|
||||||
|
unset(ENV{CTEST_OUTPUT_ON_FAILURE})
|
||||||
|
|
||||||
run_cmake_command(repeat-until-fail-bad1
|
run_cmake_command(repeat-until-fail-bad1
|
||||||
${CMAKE_CTEST_COMMAND} --repeat-until-fail
|
${CMAKE_CTEST_COMMAND} --repeat-until-fail
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user