From: Eric Bollengier Date: Fri, 11 Dec 2009 16:50:54 +0000 (+0100) Subject: Add allowcompress-test X-Git-Tag: Release-5.0.0~146 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=22c40c69ce332cf36e85d5d2390078d0c299ecd7;p=bacula%2Fbacula Add allowcompress-test --- diff --git a/regress/DartTestfile.txt.in b/regress/DartTestfile.txt.in index a42699a95a..3b3d027beb 100644 --- a/regress/DartTestfile.txt.in +++ b/regress/DartTestfile.txt.in @@ -3,6 +3,7 @@ ADD_TEST(disk:acl-xattr-test "@regressdir@/tests/acl-xattr-test") ADD_TEST(disk:action-on-purge-test "@regressdir@/tests/action-on-purge-test") ADD_TEST(disk:accurate-test "@regressdir@/tests/accurate-test") +ADD_TEST(disk:allowcompress-test "@regressdir@/tests/allowcompress-test") ADD_TEST(disk:auto-label-test "@regressdir@/tests/auto-label-test") ADD_TEST(disk:backup-bacula-test "@regressdir@/tests/backup-bacula-test") ADD_TEST(disk:backup-to-null "@regressdir@/tests/backup-to-null") diff --git a/regress/all-dev-tests b/regress/all-dev-tests index 64894204b0..9f3dd280ab 100755 --- a/regress/all-dev-tests +++ b/regress/all-dev-tests @@ -9,6 +9,7 @@ echo "Start sample non-root disk tests" echo "Start sample non-root disk tests" >>test.out nice tests/acl-xattr-test nice tests/action-on-purge-test +nice tests/allowcompress-test nice tests/auto-label-test nice tests/backup-bacula-test nice tests/base-job-test diff --git a/regress/all-disk-tests b/regress/all-disk-tests index f6f124dcb2..bf5693863a 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -8,6 +8,7 @@ echo "Start non-root disk tests" echo "Start non-root disk tests" >>test.out nice tests/acl-xattr-test nice tests/action-on-purge-test +nice tests/allowcompress-test nice tests/accurate-test nice tests/auto-label-test nice tests/backup-bacula-test