]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/weird-files-test
Add new regression updates
[bacula/bacula] / regress / tests / weird-files-test
index 3f916251e7641c548c0045dce390a723e3754654..07aaf8b806b5784fb4c9dfc1b8d98fc838c37ab7 100755 (executable)
@@ -67,6 +67,13 @@ if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then
    echo " "
    echo "  !!!!! Weird files test failed!!! !!!!! "
    echo "  !!!!! Weird files test failed!!! !!!!! " >>test.out
+   if [ $bstat != 0 -o $rstat != 0 ] ; then
+      echo "  !!!!! Bad Job termination status     !!!!! "
+      echo "  !!!!! Bad Job termination status     !!!!! " >>test.out
+   else
+      echo "  !!!!! Restored files differ          !!!!! "
+      echo "  !!!!! Restored files differ          !!!!! " >>test.out
+   fi
    echo " "
 else
    echo "  ===== Weird files test OK ===== "