]> git.sur5r.net Git - bacula/bacula/blob - regress/make-ctest-adds
regress: Add test for bvfs-test with deleted files
[bacula/bacula] / regress / make-ctest-adds
1 #!/bin/sh
2 #
3 # This script automatically builds the ADD_TEST commands by
4 # searching for them in the old files
5 #
6
7 for run in all-non-root-2tape all-non-root-tape all-non-root all-root all-tape-and-file ; do
8     for test in `grep -h tests/ ${run}-tests | grep -v '^#' | sed -e 's,^.*tests/,,'` ; do
9         echo ADD_TEST\(${run}:${test} \"@regressdir@/tests/${test}\"\)
10     done
11 done