]> git.sur5r.net Git - bacula/bacula/blob - regress/CTestCustom.cmake
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / CTestCustom.cmake
1
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"
9   )
10
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")
14
15 SET(CTEST_CUSTOM_PRE_TEST scripts/pretest)