From 70dc58039bc76d4c52da65236cadc12ce4a84382 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Wed, 24 Jul 2024 10:11:34 -0600 Subject: [PATCH] Ignore submake warning. (#78) --- test/CTestCustom.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CTestCustom.cmake b/test/CTestCustom.cmake index 5763f5e..fa9afa3 100644 --- a/test/CTestCustom.cmake +++ b/test/CTestCustom.cmake @@ -1,4 +1,5 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ".*: warning: could not create compact unwind*" - ".*has no symbols*") + ".*has no symbols*" + ".*resetting jobserver mode*") set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE "262144") set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "51200")