]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Sun, 12 Oct 2008 17:21:50 +0000 (17:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 12 Oct 2008 17:21:50 +0000 (17:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7768 91ce42f0-d328-0410-95d8-f526ca767f89

regress/DartConfiguration.tcl.in.old [new file with mode: 0644]
regress/tests/plugin-test

diff --git a/regress/DartConfiguration.tcl.in.old b/regress/DartConfiguration.tcl.in.old
new file mode 100644 (file)
index 0000000..ededd96
--- /dev/null
@@ -0,0 +1,12 @@
+SourceDirectory: @srcdir@
+BuildDirectory: @regressdir@
+Site: @sitename@
+BuildName: bacula-@bversion@-@bdate@-@dbengine@-@os@
+DropMethod: xmlrpc
+DropSite: http://regress.bacula.org:8081
+DropLocation: Bacula
+NightlyStartTime: 23:00:00 CET
+MakeCommand: @regressdir@/scripts/update-ctest
+ConfigureCommand: true
+UpdateCommand: svn
+TimeOut: 1800
index b54636420afd976b254b25b68c8e8ab3e85ff5a6..a7aa70538e36ea080580b02f00ca964efdc49de5 100755 (executable)
@@ -19,9 +19,12 @@ cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 messages
 @$out ${cwd}/tmp/log1.out
 label storage=File1 volume=TestVolume001
-@#setdebug level=50 client=$CLIENT
+setdebug level=150 client=$CLIENT
+estimate job=$JobName level=Full
+setdebug level=50 client=$CLIENT
 run job=$JobName storage=File1 yes
 wait
+status client=$CLIENT
 messages
 quit
 END_OF_DATA