Skip to content

Commit 4be0f20

Browse files
Merge pull request #16534 from pweil-/remove-exti
Automatic merge from submit-queue remove bad exit @soltysh looks like you left an exit in there #16128 cc @mfojtik
2 parents 75c64e3 + 23b81f6 commit 4be0f20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/extended/setup.sh

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ function os::test::extended::setup () {
115115
os::log::info "Turn on audit logging"
116116
cp "${SERVER_CONFIG_DIR}/master/master-config.yaml" "${SERVER_CONFIG_DIR}/master/master-config.orig2.yaml"
117117
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"
118-
exit 1
119118

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

0 commit comments

Comments
 (0)