Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from markpatterson27/dev-add-spawn-env
Browse files Browse the repository at this point in the history
Add env to spawn
  • Loading branch information
zrdaley authored Sep 18, 2023
2 parents 3c8f098 + f64f9d0 commit 6808425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ const runSetup = async (test: Test, cwd: string, timeout: number): Promise<void>
env: {
PATH: process.env['PATH'],
FORCE_COLOR: 'true',
DOTNET_CLI_HOME: '/tmp',
DOTNET_NOLOGO: 'true',
HOME: process.env['HOME']
},
})

Expand All @@ -131,6 +134,9 @@ const runCommand = async (test: Test, cwd: string, timeout: number): Promise<voi
env: {
PATH: process.env['PATH'],
FORCE_COLOR: 'true',
DOTNET_CLI_HOME: '/tmp',
DOTNET_NOLOGO: 'true',
HOME: process.env['HOME']
},
})

Expand Down

0 comments on commit 6808425

Please sign in to comment.