]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2008 18:20:11 +0000 (18:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2008 18:20:11 +0000 (18:20 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6495 91ce42f0-d328-0410-95d8-f526ca767f89

regress/make-ctest-adds

index e0b513f95dff038a219d44b9abebf8a5d39e11df..67b3ab011b753684400f68a8b1ee3ac7448e63b0 100755 (executable)
@@ -1,7 +1,11 @@
 #!/bin/sh
+#
+# 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