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 230d65b commit 29b7014Copy full SHA for 29b7014
src/integration-tests/introspector/util_testwlversion.sh
@@ -35,7 +35,7 @@ test_checkWebLogicVersion()
35
versionGE "$WLVER" "11.9.9.9" || echo "ERROR not GE 11.9.9.9"
36
versionEQ "$WLVER" "12.2.1.3" || echo "ERROR not EQ 12.2.1.3"
37
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"
+ versionEQ "$WLVER" "12.2.1" || echo "ERROR not EQ 12.2.1"
39
versionEQ "$WLVER" "12.2.1.4" && echo "ERROR EQ 12.2.1.4"
40
versionEQ "$WLVER" "12.2.1.2" && echo "ERROR EQ 12.2.1.2"
41
# hasWebLogicPatches returns success if entire inventory file is missing
0 commit comments