mirror of https://github.com/databricks/cli.git
split windows test
This commit is contained in:
parent
39ec48a602
commit
2c773683bc
|
@ -0,0 +1,3 @@
|
|||
[[Repls]]
|
||||
Old = "%PATH%"
|
||||
New = "$PATH"
|
|
@ -0,0 +1,3 @@
|
|||
[[Repls]]
|
||||
Old = "%PATH%"
|
||||
New = "$PATH"
|
|
@ -0,0 +1,4 @@
|
|||
[GOOS]
|
||||
windows = false
|
||||
linux = true
|
||||
darwin = true
|
|
@ -0,0 +1,2 @@
|
|||
bundle:
|
||||
name: foobar
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
>>> cd a/b/c
|
||||
|
||||
>>> pwd
|
||||
[TMPDIR]/a/b/c
|
||||
|
||||
>>> [CLI] bundle exec -- pwd
|
||||
[TMPDIR]
|
|
@ -0,0 +1,6 @@
|
|||
trace cd a/b/c
|
||||
|
||||
trace pwd
|
||||
|
||||
# Scripts that bundle exec executes should run from the bundle root.
|
||||
trace $CLI bundle exec -- dir
|
|
@ -0,0 +1,4 @@
|
|||
[GOOS]
|
||||
windows = true
|
||||
linux = false
|
||||
darwin = false
|
Loading…
Reference in New Issue