Skip to content

Commit

Permalink
Merge pull request #16534 from pweil-/remove-exti
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

remove bad exit

@soltysh looks like you left an exit in there #16128

cc @mfojtik
  • Loading branch information
openshift-merge-robot committed Sep 25, 2017
2 parents 75c64e3 + 23b81f6 commit 4be0f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/extended/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function os::test::extended::setup () {
os::log::info "Turn on audit logging"
cp "${SERVER_CONFIG_DIR}/master/master-config.yaml" "${SERVER_CONFIG_DIR}/master/master-config.orig2.yaml"
openshift ex config patch "${SERVER_CONFIG_DIR}/master/master-config.orig2.yaml" --patch="{\"auditConfig\": {\"enabled\": true, \"auditFilePath\": \"${LOG_DIR}/audit.log\"}}" > "${SERVER_CONFIG_DIR}/master/master-config.yaml"
exit 1

cp "${SERVER_CONFIG_DIR}/master/master-config.yaml" "${SERVER_CONFIG_DIR}/master/master-config.orig2.yaml"
openshift ex config patch "${SERVER_CONFIG_DIR}/master/master-config.orig2.yaml" --patch="{\"templateServiceBrokerConfig\": {\"templateNamespaces\": [\"openshift\"]}}" > "${SERVER_CONFIG_DIR}/master/master-config.yaml"
Expand Down

0 comments on commit 4be0f20

Please sign in to comment.