Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix failing tape tests because of new config scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Sep 16, 2016
1 parent 194217d commit b5095d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/ansi-label-tape
Expand Up @@ -14,9 +14,9 @@ JobName=backuptape

require_tape_drive

scripts/cleanup-tape
scripts/copy-tape-confs
/bin/cp -f scripts/ansi-sd-tape.conf bin/bareos-sd.conf
scripts/cleanup-tape

echo "${cwd}/build" >${cwd}/tmp/file-list

Expand Down
2 changes: 1 addition & 1 deletion tests/backup-bareos-tape
Expand Up @@ -12,8 +12,8 @@ JobName=backuptape

require_tape_drive

scripts/copy-tape-confs
scripts/cleanup-tape
scripts/copy-tape-confs

echo "${cwd}/build" >${cwd}/tmp/file-list

Expand Down
2 changes: 1 addition & 1 deletion tests/incremental-tape
Expand Up @@ -9,8 +9,8 @@ JobName=IncTape

require_tape_drive

scripts/copy-tape-confs
scripts/cleanup-tape
scripts/copy-tape-confs

echo "${cwd}/tmp/build" >${cwd}/tmp/file-list
if test ! -d ${cwd}/tmp/build ; then
Expand Down
2 changes: 1 addition & 1 deletion tests/restore-by-file-tape
Expand Up @@ -12,8 +12,8 @@ JobName=restorebyfile

require_tape_drive

scripts/copy-tape-confs
scripts/cleanup-tape
scripts/copy-tape-confs

echo "${cwd}/build" >${cwd}/tmp/file-list
sed s%\^%${cwd}% ${cwd}/scripts/flist | sort | uniq >${cwd}/tmp/restore2-list
Expand Down
2 changes: 1 addition & 1 deletion tests/small-file-size-tape
Expand Up @@ -9,8 +9,8 @@ JobName=smallfilesize

require_tape_drive

scripts/copy-tape-confs
scripts/cleanup-tape
scripts/copy-tape-confs

echo "${cwd}/build" >${cwd}/tmp/file-list
cp ${cwd}/bin/bareos-sd.conf ${cwd}/tmp/1
Expand Down
2 changes: 1 addition & 1 deletion tests/truncate-bug-tape
Expand Up @@ -8,8 +8,8 @@ JobName=truncatebug

require_tape_drive

scripts/copy-tape-confs
scripts/cleanup-tape
scripts/copy-tape-confs

echo "${cwd}/build" >${cwd}/tmp/file-list

Expand Down
2 changes: 1 addition & 1 deletion tests/verify-vol-tape
Expand Up @@ -9,8 +9,8 @@ JobName=VerifyVol

require_tape_drive

scripts/copy-tape-confs
scripts/cleanup-tape
scripts/copy-tape-confs

echo "${cwd}/build" >${cwd}/tmp/file-list

Expand Down

0 comments on commit b5095d7

Please sign in to comment.