X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fmake-ctest-adds;h=67b3ab011b753684400f68a8b1ee3ac7448e63b0;hb=9f228d77cc529f23211673b7d9270b546e639b20;hp=e0b513f95dff038a219d44b9abebf8a5d39e11df;hpb=f99d0345913c2ea6076f9d1b4470a805bc6b6977;p=bacula%2Fbacula 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