From: Kern Sibbald Date: Fri, 25 Feb 2011 20:43:06 +0000 (+0100) Subject: Add new maxuseduration-test X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ae78b8538fb4c9cc083053c49fa4f55aae776da;p=bacula%2Fbacula Add new maxuseduration-test --- diff --git a/regress/DartTestfile.txt.in b/regress/DartTestfile.txt.in index fe1f6f1647..3860bdf3a3 100644 --- a/regress/DartTestfile.txt.in +++ b/regress/DartTestfile.txt.in @@ -41,6 +41,7 @@ ADD_TEST(disk:maxbytes-test "@regressdir@/tests/maxbytes-test") ADD_TEST(disk:maxtime-test "@regressdir@/tests/maxtime-test") SET_TESTS_PROPERTIES(disk:maxtime-test PROPERTIES PASS_REGULAR_EXPRESSION "Fatal error") +ADD_TEST(disk:maxuseduration-test "@regressdir@/tests/maxuseduration-test") ADD_TEST(disk:maxvol2-test "@regressdir@/tests/maxvol2-test") ADD_TEST(disk:maxvol-test "@regressdir@/tests/maxvol-test") ADD_TEST(disk:messages-test "@regressdir@/tests/messages-test") diff --git a/regress/all-disk-tests b/regress/all-disk-tests index eaee334d02..5662bc7f11 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -58,6 +58,7 @@ nice tests/six-vol-test nice tests/span-vol-test nice tests/maxbytes-test nice tests/maxtime-test +nice tests/maxuseduration-test nice tests/maxvol-test nice tests/maxvol2-test nice tests/messages-test