From f271771fadac20d14b86e9413f6f458649eec16c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 16 Feb 2010 14:59:51 +0100 Subject: [PATCH] regress: Schedule duplicate job 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 3b3d027beb..ea7da090b1 100644 --- a/regress/DartTestfile.txt.in +++ b/regress/DartTestfile.txt.in @@ -23,6 +23,7 @@ ADD_TEST(disk:copy-upgrade-test "@regressdir@/tests/copy-upgrade-test") ADD_TEST(disk:copy-volume-test "@regressdir@/tests/copy-volume-test") ADD_TEST(disk:data-encrypt-test "@regressdir@/tests/data-encrypt-test") ADD_TEST(disk:differential-test "@regressdir@/tests/differential-test") +ADD_TEST(disk:duplicate-job-test "@regressdir@/tests/duplicate-job-test") ADD_TEST(disk:encrypt-bug-test "@regressdir@/tests/encrypt-bug-test") ADD_TEST(disk:estimate-test "@regressdir@/tests/estimate-test") ADD_TEST(disk:exclude-dir-test "@regressdir@/tests/exclude-dir-test") diff --git a/regress/all-dev-tests b/regress/all-dev-tests index 9f3dd280ab..e7888bce94 100755 --- a/regress/all-dev-tests +++ b/regress/all-dev-tests @@ -18,6 +18,7 @@ nice tests/compressed-test nice tests/compress-encrypt-test nice tests/concurrent-jobs-test nice tests/copy-job-test +nice tests/duplicate-job-test nice tests/encrypt-bug-test nice tests/estimate-test nice tests/exclude-dir-test diff --git a/regress/all-disk-tests b/regress/all-disk-tests index bf5693863a..edd7f0ae50 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -26,6 +26,7 @@ nice tests/copy-uncopied-test nice tests/copy-upgrade-test nice tests/copy-volume-test nice tests/data-encrypt-test +nice tests/duplicate-job-test nice tests/encrypt-bug-test nice tests/estimate-test nice tests/exclude-dir-test -- 2.39.5