This is an automated email from the ASF dual-hosted git repository.

bereng pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 2973a7bdcd5c0a719ea7d5abb453e010c1a2540b
Merge: 2b2d9f9b72 c94eb0e37b
Author: Bereng <berenguerbl...@gmail.com>
AuthorDate: Mon Jun 12 10:02:20 2023 +0200

    Merge branch 'cassandra-4.0' into cassandra-4.1
    
    * cassandra-4.0:
      Generate.sh -s param to skip autodetection of tests

 .circleci/generate.sh | 12 +++++++++---
 .circleci/readme.md   |  3 +++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --cc .circleci/generate.sh
index 2046362370,1e5742d5c6..6e50dec945
--- a/.circleci/generate.sh
+++ b/.circleci/generate.sh
@@@ -98,8 -97,12 +102,10 @@@ while getopts "e:afpib:s" opt; d
            fi
            has_env_vars=true
            ;;
 -      b ) BASE_BRANCH="$OPTARG"
 -          ;;
        i ) check_env_vars=false
            ;;
+       s ) detect_changed_tests=false
+           ;;
        \?) die "Invalid option: -$OPTARG"
            ;;
    esac


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to