We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a291f commit 824d404Copy full SHA for 824d404
tests/scripts/run-tests.sh
@@ -30,7 +30,7 @@ if [ -z "${PROFILE_STR}" ] ; then
30
exit 1
31
fi
32
33
-if [[ "${COH_VER}" =~ "22.06" ]] ; then
+if [[ "${COH_VER}" =~ "22.06" ]] || [[ "${COH_VER}" =~ "14.1.1.2206" ]] || [[ "${COH_VER}" =~ "14.1.2" ]]; then
34
echo "Coherence CE ${COH_VER}"
35
COHERENCE_CLIENT_REQUEST_TIMEOUT=180.0 \
36
COHERENCE_VERSION=$COH_VER \
@@ -47,7 +47,7 @@ else
47
48
49
# Run tests with SSL
50
51
echo "Coherence CE ${COH_VER} with SSL"
52
RUN_SECURE=true COHERENCE_IGNORE_INVALID_CERTS=true \
53
COHERENCE_TLS_CERTS_PATH=$(pwd)/tests/utils/certs/guardians-ca.crt \
0 commit comments