Merge branch 'cassandra-3.11' into cassandra-4.0

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

View File

@ -198,7 +198,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