]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/CTestCustom.cmake
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / CTestCustom.cmake
index e2b7f97fca9becdadc31193756097d0833c56681..0061048c3665b9cd6a03561fee9ec8059c86ada9 100644 (file)
@@ -1,3 +1,4 @@
+
 SET(CTEST_CUSTOM_ERROR_EXCEPTION
   ${CTEST_CUSTOM_ERROR_EXCEPTION}
   "ERROR: *database \".*\" already exists"
@@ -7,5 +8,8 @@ SET(CTEST_CUSTOM_ERROR_EXCEPTION
   "ERROR: *role \".*\" already exists"
   )
 
-SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1048576)
+SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 100000)
 SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)
+SET (CTEST_NIGHTLY_START_TIME "23:00:00 CET")
+
+SET(CTEST_CUSTOM_PRE_TEST scripts/pretest)