2 SET(CTEST_CUSTOM_ERROR_EXCEPTION
3 ${CTEST_CUSTOM_ERROR_EXCEPTION}
4 "ERROR: *database \".*\" already exists"
5 "ERROR: *table \".*\" does not exist"
6 "NOTICE: .*will create implicit sequence"
7 "NOTICE: .*will create implicit index"
8 "ERROR: *role \".*\" already exists"
11 SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 100000)
12 SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)
13 SET (CTEST_NIGHTLY_START_TIME "23:00:00 CET")
15 SET(CTEST_CUSTOM_PRE_TEST scripts/pretest)