Skip to content

Commit 29b7014

Browse files
author
Tom Barnes
committed
Add WebLogic version and WebLogic patch checks - fail introspector job and pod startup for unsupported versions.
1 parent 230d65b commit 29b7014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/introspector/util_testwlversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test_checkWebLogicVersion()
3535
versionGE "$WLVER" "11.9.9.9" || echo "ERROR not GE 11.9.9.9"
3636
versionEQ "$WLVER" "12.2.1.3" || echo "ERROR not EQ 12.2.1.3"
3737
versionGE "$WLVER" "12.2.1.4" && echo "ERROR GE 12.2.1.4"
38-
versionEQ "$WLVER" "12.2.1" || echo "ERROR EQ 12.2.1"
38+
versionEQ "$WLVER" "12.2.1" || echo "ERROR not EQ 12.2.1"
3939
versionEQ "$WLVER" "12.2.1.4" && echo "ERROR EQ 12.2.1.4"
4040
versionEQ "$WLVER" "12.2.1.2" && echo "ERROR EQ 12.2.1.2"
4141
# hasWebLogicPatches returns success if entire inventory file is missing

0 commit comments

Comments
 (0)