X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fusr-tape-root;h=dbc0ed9daf9050f2e0b1ff3eba1881da48d4eb4e;hb=7ec6a7e8c7b6908e321883b18dbc64e244bc282a;hp=b4662bcfa8ae7d7fd0d8cede88e15cf46e337120;hpb=b924f85d989f0fb92065ecfbc8c93ac9610bd05d;p=bacula%2Fbacula diff --git a/regress/tests/usr-tape-root b/regress/tests/usr-tape-root index b4662bcfa8..dbc0ed9daf 100755 --- a/regress/tests/usr-tape-root +++ b/regress/tests/usr-tape-root @@ -4,21 +4,17 @@ # then restore it. # cwd=`pwd` -bin/bacula stop 2>&1 >/dev/null -cd bin -./drop_bacula_tables >/dev/null 2>&1 -./make_bacula_tables >/dev/null 2>&1 -./grant_bacula_privileges 2>&1 >/dev/null -cd .. - +. scripts/functions scripts/copy-tape-confs scripts/cleanup-tape -echo "/usr" >/tmp/file-list +echo "/usr" >${cwd}/tmp/file-list + echo " " echo " " echo " === Starting usr-tape-root test ===" echo " " echo " " + bin/bacula start 2>&1 >/dev/null bin/bconsole -c bin/bconsole.conf <&1 1>/dev/nul if [ $? != 0 ] ; then echo " " echo " " - echo " ===== usr-tape-root failed!!! ===== " - echo " ===== usr-tape-root failed!!! ===== " >>test.out + echo " ===== !!!! usr-tape-root failed !!!! ===== " + echo " ===== !!!! usr-tape-root failed !!!! ===== " >>test.out echo " " else echo " ===== usr-tape-root OK ===== "