File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [ -z "${PROFILE_STR}" ] ; then
30
30
exit 1
31
31
fi
32
32
33
- if [[ " ${COH_VER} " =~ " 22.06" ]] || [[ " ${COH_VER} " =~ " 14.1.1. 2206" ]] || [[ " ${COH_VER} " =~ " 14.1.2" ]]; then
33
+ if [[ " ${COH_VER} " =~ " 22.06" ]] || [[ " ${COH_VER} " =~ " 14.1.1- 2206" ]] || [[ " ${COH_VER} " =~ " 14.1.2" ]]; then
34
34
echo " Coherence CE ${COH_VER} "
35
35
COHERENCE_CLIENT_REQUEST_TIMEOUT=180.0 \
36
36
COHERENCE_VERSION=$COH_VER \
47
47
fi
48
48
49
49
# Run tests with SSL
50
- if [[ " ${COH_VER} " =~ " 22.06" ]] || [[ " ${COH_VER} " =~ " 14.1.1. 2206" ]] || [[ " ${COH_VER} " =~ " 14.1.2" ]]; then
50
+ if [[ " ${COH_VER} " =~ " 22.06" ]] || [[ " ${COH_VER} " =~ " 14.1.1- 2206" ]] || [[ " ${COH_VER} " =~ " 14.1.2" ]]; then
51
51
echo " Coherence CE ${COH_VER} with SSL"
52
52
RUN_SECURE=true COHERENCE_IGNORE_INVALID_CERTS=true \
53
53
COHERENCE_TLS_CERTS_PATH=$( pwd) /tests/utils/certs/guardians-ca.crt \
You can’t perform that action at this time.
0 commit comments