From: Kern Sibbald Date: Thu, 20 Mar 2008 20:18:59 +0000 (+0000) Subject: Commit missing ctest file X-Git-Tag: Release-2.2.9-b7~52 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a386004882c302bf19d1dcfb2803465d47004e2b;p=bacula%2Fbacula Commit missing ctest file git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6651 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/CTestCustom.cmake b/regress/CTestCustom.cmake new file mode 100644 index 0000000000..f04f7214cb --- /dev/null +++ b/regress/CTestCustom.cmake @@ -0,0 +1,11 @@ +SET(CTEST_CUSTOM_ERROR_EXCEPTION + ${CTEST_CUSTOM_ERROR_EXCEPTION} + "ERROR: *database \".*\" already exists" + "ERROR: *table \".*\" does not exist" + "NOTICE: .*will create implicit sequence" + "NOTICE: .*will create implicit index" + "ERROR: *role \".*\" already exists" + ) + +SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 10000) +SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)