Cqlshlib tests are j11 greedy

Patch by Berenguer Blasi; reviewed by Ekaterina Dimitrova and Michael Semb Wever for CASSANDRA-18039
This commit is contained in:
Bereng 2022-11-14 13:41:26 +01:00
parent 2638051af1
commit 1df8174d67
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ if [ "$CASSANDRA_USE_JDK11" = true ] ; then
TESTSUITE_NAME="${TESTSUITE_NAME}.jdk11"
else
TESTSUITE_NAME="${TESTSUITE_NAME}.jdk8"
unset JAVA11_HOME
fi
ant -buildfile ${CASSANDRA_DIR}/build.xml realclean