MCPcopy
hub / github.com/cloudfoundry/cli / TurnOffExperimental

Function TurnOffExperimental

integration/helpers/config.go:25–27  ·  view source on GitHub ↗

TurnOffExperimental unsets CF_CLI_EXPERIMENTAL.

()

Source from the content-addressed store, hash-verified

23
24// TurnOffExperimental unsets CF_CLI_EXPERIMENTAL.
25func TurnOffExperimental() {
26 Expect(os.Unsetenv("CF_CLI_EXPERIMENTAL")).To(Succeed())
27}
28
29// SetHomeDir sets CF_HOME and CF_PLUGIN_HOME to a temp directory and outputs
30// the created directory through GinkgoWriter.

Callers 2

cfignore_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected