]> git.sur5r.net Git - bacula/bacula/blob - regress/CTestCustom.cmake
Update
[bacula/bacula] / regress / CTestCustom.cmake
1 SET(CTEST_CUSTOM_ERROR_EXCEPTION
2   ${CTEST_CUSTOM_ERROR_EXCEPTION}
3   "ERROR: *database \".*\" already exists"
4   "ERROR: *table \".*\" does not exist"
5   "NOTICE: .*will create implicit sequence"
6   "NOTICE: .*will create implicit index"
7   "ERROR: *role \".*\" already exists"
8   )
9
10 SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 10000)
11 SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)
12 SET (CTEST_NIGHTLY_START_TIME "23:00:00 CET")