]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add multiple command test
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 13 Mar 2008 15:04:03 +0000 (15:04 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 13 Mar 2008 15:04:03 +0000 (15:04 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6606 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir.conf.testrunscript.in

index abd107053cd4d778edeb55e6ba5f1d3474e82f04..d569dd4b622ae9fa250c314b66d105db59f16015 100644 (file)
@@ -87,11 +87,12 @@ Job {
   JobDefs = DefaultJob
   RunScript {
     Command = "/bin/false RUN_FD_FAILED1"
+    Command = "/bin/false RUN_FD_FAILED2"
     failjobonerror = no
     RunsWhen = Before
   }
   RunScript {
-    Command = "/bin/false RUN_FD_FAILED2"
+    Command = "/bin/false RUN_FD_FAILED3"
     failjobonerror = yes
     RunsWhen = Before
   }