diff --git a/scripts/cassandra-integration-test.sh b/scripts/cassandra-integration-test.sh index 7d4245f05b2f..b09718de105c 100755 --- a/scripts/cassandra-integration-test.sh +++ b/scripts/cassandra-integration-test.sh @@ -16,6 +16,8 @@ while getopts "s" opt; do s) SKIP_APPLY_SCHEMA="true" ;; + *) + ;; esac done