From 7457b474a1d6eb2165d657852e25f3a8e5a2f8ee Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 10 Mar 2024 10:19:27 -0400 Subject: [PATCH] Tests: Remove unnecessary parallel suppression from CTestCoverageCollectGCOV This hasn't been necessary since commit ab7eda2591 (Tests: Remove unnecessary pass regex on CTestCoverageCollectGCOV, 2020-04-29, v3.18.0-rc1~239^2~2). --- Tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 0919933936..ab31e701a3 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2806,7 +2806,6 @@ if(BUILD_TESTING) -S "${CMake_BINARY_DIR}/Tests/CTestCoverageCollectGCOV/test.cmake" -VV --output-log "${CMake_BINARY_DIR}/Tests/CTestCoverageCollectGCOV/testOut.log" ) - set_property(TEST CTestCoverageCollectGCOV PROPERTY ENVIRONMENT CTEST_PARALLEL_LEVEL=) configure_file( "${CMake_SOURCE_DIR}/Tests/CTestTestEmptyBinaryDirectory/test.cmake.in"