From: Kern Sibbald Date: Tue, 26 Feb 2008 18:20:11 +0000 (+0000) Subject: Update X-Git-Tag: Release-3.0.0~1794 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a3151e1ef4eb8b1b3faa5493c74147c2dec47c1;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6495 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/make-ctest-adds b/regress/make-ctest-adds index e0b513f95d..67b3ab011b 100755 --- a/regress/make-ctest-adds +++ b/regress/make-ctest-adds @@ -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