Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Feb 26, 2024
1 parent 3a11362 commit 71fb7b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _AutoinstallCreator/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def setUpClass(cls) -> None:
pathlib.Path(os.path.join(_self_path, 'AutoinstallCreator.sh.bat')).unlink(missing_ok=True)

result = subprocess.run(busybox_exe_path_arg + ['bash', os.path.join(_self_path, 'release.sh')],
env={
**os.environ,
'BB_OVERRIDE_APPLETS': 'tar'
},
check=True, stdout=subprocess.PIPE)
cls.version_str = get_version_from_stdout(result.stdout)

Expand Down

0 comments on commit 71fb7b2

Please sign in to comment.