]> git.sur5r.net Git - bacula/bacula/commitdiff
Commit missing ctest file
authorKern Sibbald <kern@sibbald.com>
Thu, 20 Mar 2008 20:18:59 +0000 (20:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 20 Mar 2008 20:18:59 +0000 (20:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6651 91ce42f0-d328-0410-95d8-f526ca767f89

regress/CTestCustom.cmake [new file with mode: 0644]

diff --git a/regress/CTestCustom.cmake b/regress/CTestCustom.cmake
new file mode 100644 (file)
index 0000000..f04f721
--- /dev/null
@@ -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)