1651dc9668
The CTestTestMemcheck test cases all try to check the ctest output with a regular expression. They fail intermittently due to ordering of the portions of the output that come from stdout and stderr being mixed. Convert all the test cases to use the RunCMake infrastructure to match stdout and stderr separately.
10 lines
326 B
CMake
10 lines
326 B
CMake
set (CTEST_PROJECT_NAME "CTestTestMemcheck@SUBTEST_NAME@")
|
|
set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
|
|
set (CTEST_DART_SERVER_VERSION "2")
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "open.cdash.org")
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=PublicDashboard")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|
|
|
|
@CTEST_EXTRA_CONFIG@
|