]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/test-plugin-test
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / tests / test-plugin-test
index 509a6173dbe23dd0dd25331a0ac6aece06a9e32e..7c21a7f94e32d60c86e90aa0aa0f978ee779aec7 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # Run test-plugin-fd.  Note, this plugin is for testing
 #   new features and probably should not be run in normal
@@ -8,28 +13,29 @@ TestName="test-plugin-test"
 JobName=TestPluginTest
 . scripts/functions
 
+scripts/cleanup
+scripts/copy-plugin-confs
+file=encrypt-bug.jpg
+rm -rf ${cwd}/tmp/*
+echo "${cwd}/build/src" >${cwd}/tmp/file-list
+
 # Build and install the test plugin
 cd ${cwd}/build/src/plugins/fd
 make
 make install-test-plugin
 cd ${cwd}
 
-scripts/cleanup
-scripts/copy-plugin-confs
-file=encrypt-bug.jpg
-rm -rf ${cwd}/tmp/*
-echo "${cwd}/README" >${cwd}/tmp/file-list
-
 start_test
 
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@$out /dev/null
+@output /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 label storage=File1 volume=TestVolume001
-setdebug level=150 client=$CLIENT
+setdebug level=100 client=$CLIENT
 estimate job=$JobName level=Full
-setdebug level=50 client=$CLIENT
+@#setdebug level=150 client=$CLIENT
+@#setdebug level=150 storage=File1
 run job=$JobName storage=File1 yes
 wait
 status client=$CLIENT