From 22c40c69ce332cf36e85d5d2390078d0c299ecd7 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 11 Dec 2009 17:50:54 +0100 Subject: [PATCH] Add allowcompress-test --- regress/DartTestfile.txt.in | 1 + regress/all-dev-tests | 1 + regress/all-disk-tests | 1 + 3 files changed, 3 insertions(+) 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 -- 2.39.5