Adds comment on normalize_modified.sed

connection-string-tests-9.2-include
Halil Ozan Akgul 2020-03-24 17:12:43 +03:00
parent b79e5b5287
commit 51d857516a
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ if test -z "${VANILLATEST:-}"
then then
touch "$file1" # when adding a new test the expected file does not exist touch "$file1" # when adding a new test the expected file does not exist
normalize_file="$BASEDIR/normalize.sed" normalize_file="$BASEDIR/normalize.sed"
# when running tests on an existing cluster some changes need to be done on
# normalize.sed file. So a new file is used.
if [[ -f "$BASEDIR/normalize_modified.sed" ]] if [[ -f "$BASEDIR/normalize_modified.sed" ]]
then then
normalize_file="$BASEDIR/normalize_modified.sed" normalize_file="$BASEDIR/normalize_modified.sed"