X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2FCTestCustom.cmake;h=0061048c3665b9cd6a03561fee9ec8059c86ada9;hb=ed34d94b048c9e772aca05c74585ea42d1c74958;hp=0cdb7be0fbff60d0432dd13aba08c3fbb1f5d4e5;hpb=2626c42a56fc416ddc37c474e2a3f1038bb67846;p=bacula%2Fbacula diff --git a/regress/CTestCustom.cmake b/regress/CTestCustom.cmake index 0cdb7be0fb..0061048c36 100644 --- a/regress/CTestCustom.cmake +++ b/regress/CTestCustom.cmake @@ -1,3 +1,4 @@ + SET(CTEST_CUSTOM_ERROR_EXCEPTION ${CTEST_CUSTOM_ERROR_EXCEPTION} "ERROR: *database \".*\" already exists" @@ -7,6 +8,8 @@ SET(CTEST_CUSTOM_ERROR_EXCEPTION "ERROR: *role \".*\" already exists" ) -SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 10000) +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 EDT") +SET (CTEST_NIGHTLY_START_TIME "23:00:00 CET") + +SET(CTEST_CUSTOM_PRE_TEST scripts/pretest)