mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
39477d5650
commit
3549c22b40
|
@ -177,7 +177,8 @@ func getTests(t *testing.T) []string {
|
|||
return testDirs
|
||||
}
|
||||
|
||||
// In case of duplicate keys in env, the last is applicable when spawning a process.
|
||||
// In case of duplicate keys in env, the last value is applicable when spawning
|
||||
// a process.
|
||||
func setEnv(env []string, key, value string) []string {
|
||||
return append(env, key+"="+value)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue