Skip to content

Commit c1f77b1

Browse files
set DATABRICKS_CLI_PATH to tmp build so that it can be used in acceptance test
1 parent 4397f17 commit c1f77b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acceptance/acceptance_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ func testAccept(t *testing.T, inprocessMode bool, singleTest string) int {
213213
BuildYamlfmt(t)
214214

215215
t.Setenv("CLI", execPath)
216+
t.Setenv("DATABRICKS_CLI_PATH", execPath)
216217
repls.SetPath(execPath, "[CLI]")
217218

218219
paths := []string{

0 commit comments

Comments
 (0)