From 7352912db186e29595a59b27bcedde5cae8377be Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 4 Jan 2008 16:09:05 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6202 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/all-non-root-tape-tests | 4 ++-- regress/tests/2drive-incremental-2tape | 2 +- regress/tests/{verify-vol-tape => verify-vol-1t1d-tape} | 2 +- regress/tests/{vol-duration-tape => vol-duration-2t1da-tape} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename regress/tests/{verify-vol-tape => verify-vol-1t1d-tape} (96%) rename regress/tests/{vol-duration-tape => vol-duration-2t1da-tape} (100%) diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 5f518fcfa7..3f8da3cfa0 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -24,7 +24,7 @@ nice tests/truncate-bug-tape nice tests/two-pool-tape nice tests/2drive-incremental-2tape nice tests/bscan-tape -nice tests/verify-vol-tape -nice tests/vol-duration-tape +nice tests/verify-vol-1t1d-tape +nice tests/vol-duration-2t1da-tape echo "End all non-root tape tests" echo "End all non-root tape tests" >>test.out diff --git a/regress/tests/2drive-incremental-2tape b/regress/tests/2drive-incremental-2tape index bdf03186a5..613d4a2ba3 100755 --- a/regress/tests/2drive-incremental-2tape +++ b/regress/tests/2drive-incremental-2tape @@ -5,7 +5,7 @@ # # This script uses the autochanger and two tapes # -TestName="2drive-incremental-2tape" +TestName="2drive-incremental-2t2da-tape" JobName="2drive2tape" . scripts/functions diff --git a/regress/tests/verify-vol-tape b/regress/tests/verify-vol-1t1d-tape similarity index 96% rename from regress/tests/verify-vol-tape rename to regress/tests/verify-vol-1t1d-tape index 9927adee7b..914422f71b 100755 --- a/regress/tests/verify-vol-tape +++ b/regress/tests/verify-vol-1t1d-tape @@ -3,7 +3,7 @@ # Run a simple backup of the Bacula build directory # then verify the catalog. # -TestName="verify-vol-tape" +TestName="verify-vol-1t1d-tape" JobName=VerifyVol . scripts/functions diff --git a/regress/tests/vol-duration-tape b/regress/tests/vol-duration-2t1da-tape similarity index 100% rename from regress/tests/vol-duration-tape rename to regress/tests/vol-duration-2t1da-tape -- 2.39.5