Merge pull request #13416 from Microsoft/10662-fixintegrationtests
Windows: Pass temp environment through Upstream-commit: 37cc42ee0e742a14047f32ef27c9b8b2371e1fb8 Component: engine
This commit is contained in:
@ -219,6 +219,7 @@ test_env() {
|
||||
GOPATH="$GOPATH" \
|
||||
HOME="$DEST/fake-HOME" \
|
||||
PATH="$PATH" \
|
||||
TEMP="$TEMP" \
|
||||
TEST_DOCKERINIT_PATH="$TEST_DOCKERINIT_PATH" \
|
||||
"$@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user