Skip to content

Commit

Permalink
Merge branch 'release/1.0' of https://github.com/oracle/weblogic-kube…
Browse files Browse the repository at this point in the history
…rnetes-operator into release/1.0
  • Loading branch information
rjeberhard committed May 7, 2018
2 parents 8f580bc + c17c878 commit 47f0913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-tests/bash/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@ function verify_webapp_load_balancing {
local max_count=30
local wait_time=6
local count=0
local vheader="host: $DOMAIN_UID.$WL_CLUSTER_NAME"

while [ "${HTTP_RESPONSE}" != "200" -a $count -lt $max_count ] ; do
local count=`expr $count + 1`
Expand Down Expand Up @@ -1497,7 +1498,6 @@ EOF

mkdir -p $job_workspace
rsync -a $PROJECT_ROOT $job_workspace/weblogic-operator
rsync -a $M2_HOME/ $job_workspace/apache-maven
rsync -a $JAVA_HOME/ $job_workspace/java

cat <<EOF > $job_workspace/run_test.sh
Expand Down

0 comments on commit 47f0913

Please sign in to comment.