]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/btape.c
Print length if Hello to short or long
[bacula/bacula] / bacula / src / stored / btape.c
index bd1b27a04f24ac16180c42de290caa0a44cea548..983100f2a1e993135e5cc2946164f23f67491583 100644 (file)
@@ -724,7 +724,6 @@ static int append_test()
 static void testcmd()
 {
    int stat;
-   re_read_block_test();
 
    stat = append_test();
    if (stat == 1) {                  /* OK get out */
@@ -794,6 +793,10 @@ all_done:
                "or Bacula will not be able to write multiple Jobs to \n"
                "the tape.\n\n"));
 
+   if (stat == 1) {
+      re_read_block_test();
+   }
+
    Pmsg0(-1, _("\n=== End Append files test ===\n"));
    
 }