Skip to content

Commit

Permalink
Pass PYTHON_EXE when integration tests are executed from mage (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Dec 3, 2019
1 parent 29e26e1 commit 0763ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tools/mage/integtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func RunIntegTest(mageTarget string, test func() error, passThroughEnvVars ...st
env := []string{
"TEST_COVERAGE",
"RACE_DETECTOR",
"PYTHON_EXE",
}
env = append(env, passThroughEnvVars...)
return runInIntegTestEnv(mageTarget, test, env...)
Expand Down

0 comments on commit 0763ab3

Please sign in to comment.