File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ function test_second_operator {
709709#
710710function dom_define {
711711 if [ " $# " != 14 ] ; then
712- fail " requires 13 parameters: DOM_KEY OP_KEY NAMESPACE DOMAIN_UID STARTUP_CONTROL WL_CLUSTER_NAME WL_CLUSTER_TYPE MS_BASE_NAME ADMIN_PORT ADMIN_WLST_PORT ADMIN_NODE_PORT MS_PORT LOAD_BALANCER_WEB_PORT LOAD_BALANCER_DASHBOARD_PORT"
712+ fail " requires 14 parameters: DOM_KEY OP_KEY NAMESPACE DOMAIN_UID STARTUP_CONTROL WL_CLUSTER_NAME WL_CLUSTER_TYPE MS_BASE_NAME ADMIN_PORT ADMIN_WLST_PORT ADMIN_NODE_PORT MS_PORT LOAD_BALANCER_WEB_PORT LOAD_BALANCER_DASHBOARD_PORT"
713713 fi
714714 local DOM_KEY=" ` echo \" ${1} \" | sed ' s/-/_/g' ` "
715715 eval export DOM_${DOM_KEY} _OP_KEY=" $2 "
You can’t perform that action at this time.
0 commit comments