Merge branch 'cassandra-4.0' into cassandra-4.1

This commit is contained in:
Bereng 2023-01-16 07:08:21 +01:00
commit ff1ffd03da
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ if (! ($all)); then
| sed -e "s/\\.java//" \
| sed -e "s,^${2},," \
| tr '/' '.' \
| grep ${3} )
| grep ${3} )\
|| : # avoid execution interruptions due to grep return codes and set -e
for test in $tests; do
echo " $test"
has_env_vars=true