diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 8b77a23..8168f26 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -1,13 +1,17 @@ - SET(CTEST_CUSTOM_ERROR_EXCEPTION ${CTEST_CUSTOM_ERROR_EXCEPTION} + "ERROR: *role \".*\" already exists" "ERROR: *database \".*\" already exists" "ERROR: *table \".*\" does not exist" "NOTICE: *table \".*\" does not exist, skipping" "NOTICE: .*will create implicit sequence" "NOTICE: .*will create implicit index" - "ERROR: *role \".*\" already exists" + ) + +SET(CTEST_CUSTOM_WARNING_EXCEPTION + ${CTEST_CUSTOM_WARNING_EXCEPTION} "libtool: install: warning: relinking .*" + "libtool: link: warning: .* seems to be moved" ) SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 100000)