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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 425c41c  Include cassandra-4.0 dtest-jar for jvm-dtest and 
jvm-dtest-upgrade tests (CASSANDRA-16642)
425c41c is described below

commit 425c41c5a3c4a6e20195e44eef695435da051395
Author: Mick Semb Wever <[email protected]>
AuthorDate: Sun May 2 09:35:31 2021 +0200

    Include cassandra-4.0 dtest-jar for jvm-dtest and jvm-dtest-upgrade tests 
(CASSANDRA-16642)
---
 build-scripts/cassandra-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/cassandra-test.sh b/build-scripts/cassandra-test.sh
index c19d7a6..ae84f4c 100755
--- a/build-scripts/cassandra-test.sh
+++ b/build-scripts/cassandra-test.sh
@@ -28,7 +28,7 @@ _build_all_dtest_jars() {
     cd $TMP_DIR
     git clone --depth 1 --no-single-branch 
https://gitbox.apache.org/repos/asf/cassandra.git cassandra-dtest-jars
     cd cassandra-dtest-jars
-    for branch in cassandra-2.2 cassandra-3.0 cassandra-3.11 trunk; do
+    for branch in cassandra-2.2 cassandra-3.0 cassandra-3.11 cassandra-4.0 
trunk; do
         git checkout $branch
         ant realclean
         ant jar dtest-jar

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to