From: Alain Spineux Date: Tue, 4 May 2021 09:47:05 +0000 (+0200) Subject: regress: migration-job-test add a new file before to run the incremental X-Git-Tag: Release-11.3.2~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd4ee1a9bbfd9473d98cc6d9a791670be842942;p=thirdparty%2Fbacula.git regress: migration-job-test add a new file before to run the incremental - else the incremental is empty and looks useless --- diff --git a/regress/tests/migration-job-test b/regress/tests/migration-job-test index e62c36613..4a46f6874 100755 --- a/regress/tests/migration-job-test +++ b/regress/tests/migration-job-test @@ -29,6 +29,8 @@ start_test # Pool Default uses Storage=File # Pool Full uses Storage=DiskChanger +rm -f $cwd/build/inc1 + # Write out bconsole commands cat <${cwd}/tmp/bconcmds @output /dev/null @@ -58,6 +60,7 @@ wait @# @# Now do another backup, but level Incremental @# +@exec "sh -c 'date > ${cwd}/build/inc1'" run job=$JobName level=Incremental yes wait messages