From 6b071585f12d3b4f7f4e578814d97bf1372754ca Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 12 Oct 2008 17:21:50 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7768 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/DartConfiguration.tcl.in.old | 12 ++++++++++++ regress/tests/plugin-test | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 regress/DartConfiguration.tcl.in.old diff --git a/regress/DartConfiguration.tcl.in.old b/regress/DartConfiguration.tcl.in.old new file mode 100644 index 0000000000..ededd963b2 --- /dev/null +++ b/regress/DartConfiguration.tcl.in.old @@ -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 diff --git a/regress/tests/plugin-test b/regress/tests/plugin-test index b54636420a..a7aa70538e 100755 --- a/regress/tests/plugin-test +++ b/regress/tests/plugin-test @@ -19,9 +19,12 @@ cat <${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 -- 2.39.5