X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fsix-vol-test;h=c5a99736ead57291f380295bc61c950849478f91;hb=d6918a9fcb56c245fa72cf458cfef73f3b4d12d9;hp=d1a012e26d0a429dceeaba74f5881c93b7aa27f6;hpb=e38240802a00240efa30639f4e93796267806a60;p=bacula%2Fbacula diff --git a/regress/tests/six-vol-test b/regress/tests/six-vol-test index d1a012e26d..c5a99736ea 100755 --- a/regress/tests/six-vol-test +++ b/regress/tests/six-vol-test @@ -26,10 +26,11 @@ echo " === Starting six-vol-test ===" echo " === Starting six-vol-test ===" >>working/log echo " " -bin/bacula start +bin/bacula start 2>&1 >/dev/null bin/console -c bin/console.conf <&1 >/dev/null +grep "^Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null +bstat=$? +grep "^Termination: *Restore OK" tmp/log2.out 2>&1 >/dev/null +rstat=$? diff tmp/largefile tmp/bacula-restores${cwd}/tmp/largefile -if [ $? != 0 ] ; then +if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then echo " " echo " " - echo " ===== six-vol-test Bacula source failed!!! ===== " - echo " ===== six-vol-test failed!!! ===== " >>test.out + echo " !!!!! six-vol-test Bacula source failed!!! !!!!! " + echo " !!!!! six-vol-test failed!!! !!!!! " >>test.out echo " " else echo " ===== six-vol-test Bacula source OK ===== "