]> git.sur5r.net Git - bacula/bacula/commitdiff
Move re-read test to last
authorKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2003 12:30:10 +0000 (12:30 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2003 12:30:10 +0000 (12:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@409 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/stored/btape.c

index 7074895bbddfe32d9a70aa8d0ac18166778bbd1b..cf418cfd3b4b0181fdb4347db5b284d3d853941d 100644 (file)
@@ -20,6 +20,7 @@ Testing to do: (painful)
 - multiple simultaneous Volumes
 
 For 1.30 release:
+- Look at Python for a Bacula scripting language -- www.python.org
 - add #define ENABLE_NLS for Gnome compile on SuSE.
 - Need define of int_least16_t in sha1.h for SuSE.
 - Figure out how to use ssh to protect Bacula communications.
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"));
    
 }