mirror of https://github.com/apache/cassandra
CircleCI: Fix generate.sh without options modifying config
patch by Andrés de la Peña; reviewed by Brandon Williams and Berenguer Blasi for CASSANDRA-17995
This commit is contained in:
parent
a3b4119b5a
commit
ccc0b14d56
|
|
@ -175,6 +175,7 @@ elif $all; then
|
|||
|
||||
elif (!($has_env_vars)); then
|
||||
print_help
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# add new or modified tests to the sets of tests to be repeated
|
||||
|
|
|
|||
Loading…
Reference in New Issue