]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/compressed-test
ebl add runscript regression script (not yet works well)
[bacula/bacula] / regress / tests / compressed-test
index 8f10d91599cc3e7268cfb38a7ef8bfed8e15ddce..ff92a49dc2d451454de2f16478d00d1312a76c48 100755 (executable)
@@ -8,10 +8,11 @@ JobName=compressed
 . scripts/functions
 set_debug 0
 
-scripts/copy-test-confs
 scripts/cleanup
+scripts/copy-test-confs
 echo "${cwd}/build" >/tmp/file-list
 
+change_jobname CompressedTest $JobName
 start_test
       
 cat <<END_OF_DATA >tmp/bconcmds
@@ -22,7 +23,7 @@ status all
 status all
 messages
 label storage=File volume=TestVolume001
-run job=CompressedTest storage=File yes
+run job=$JobName storage=File yes
 wait
 messages
 @# 
@@ -47,4 +48,3 @@ stop_bacula
 check_two_logs
 check_restore_diff
 end_test
-