From 990c15689bc7d89807cb92ab6ad4ed83482aff32 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 21 Feb 2011 15:50:49 +0100 Subject: [PATCH] regress: tweak restart base job --- regress/tests/restart-base-job-test | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/regress/tests/restart-base-job-test b/regress/tests/restart-base-job-test index 3a6a2dc530..4894f5f093 100755 --- a/regress/tests/restart-base-job-test +++ b/regress/tests/restart-base-job-test @@ -13,8 +13,8 @@ echo "${cwd}/build" >${cwd}/tmp/file-list change_jobname NightlySave $JobName -$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Base', 'RestartJob', 'Job', 'RestartJob')" -$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Accurate', 'yes', 'Job', 'RestartJob')" +$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Base', '$JobName', 'Job', '$JobName')" +$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Accurate', 'yes', 'Job', '$JobName')" start_test cat <${cwd}/tmp/bconcmds @@ -27,10 +27,11 @@ wait messages @exec "touch $cwd/build/po/fr.po" setdebug level=0 trace=0 hangup=100 client -@#setdebug level=20 dir +setdebug level=200 trace=1 dir run job=$JobName yes wait messages +setdebug level=0 trace=0 dir @$out ${cwd}/tmp/log3.out list jobs quit -- 2.39.5