From: Eric Bollengier Date: Sat, 17 Oct 2009 22:01:16 +0000 (+0000) Subject: update regress X-Git-Tag: Release-5.0.0~282^2~16^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c5a5dcf1a2da35c419f1840e22ab9fd19d61b64;p=bacula%2Fbacula update regress --- diff --git a/regress/DartTestfile.txt.in b/regress/DartTestfile.txt.in index 46e01ff086..4754177eef 100644 --- a/regress/DartTestfile.txt.in +++ b/regress/DartTestfile.txt.in @@ -1,6 +1,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:auto-label-test "@regressdir@/tests/auto-label-test") ADD_TEST(disk:backup-bacula-test "@regressdir@/tests/backup-bacula-test") diff --git a/regress/all-dev-tests b/regress/all-dev-tests index c4efddbb2f..5c2cc40c1c 100755 --- a/regress/all-dev-tests +++ b/regress/all-dev-tests @@ -8,6 +8,7 @@ echo " " >>test.out 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/auto-label-test nice tests/backup-bacula-test nice tests/bextract-test diff --git a/regress/all-disk-tests b/regress/all-disk-tests index 75d8e8dc58..2f98426ab6 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -7,6 +7,7 @@ echo " " >>test.out 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/accurate-test nice tests/auto-label-test nice tests/backup-bacula-test