]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/make-ctest-adds
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / make-ctest-adds
index e0b513f95dff038a219d44b9abebf8a5d39e11df..11becaf3e86495d4836f4b47477c1765c705ea18 100755 (executable)
@@ -1,7 +1,16 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
+#
+# This script automatically builds the ADD_TEST commands by
+# searching for them in the old files
+#
 
 for run in all-non-root-2tape all-non-root-tape all-non-root all-root all-tape-and-file ; do
     for test in `grep -h tests/ ${run}-tests | grep -v '^#' | sed -e 's,^.*tests/,,'` ; do
-       echo ADD_TEST\(${run}:${test} \"@regressdir@/tests/${test}\"\)
+        echo ADD_TEST\(${run}:${test} \"@regressdir@/tests/${test}\"\)
     done
 done