mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
ff1ffd03da
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue