Display Windows Environment Variables

This commit is contained in:
Twangboy 2025-01-23 13:42:00 -07:00 committed by Daniel Wozniak
parent 46ce2f9e2d
commit 630f979214
2 changed files with 2 additions and 0 deletions

View file

@ -1068,6 +1068,7 @@ jobs:
PRINT_SYSTEM_INFO_ONLY: "1"
run: |
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }}
cmd /c set
- name: Run Changed Tests
id: run-fast-changed-tests

View file

@ -61,6 +61,7 @@ def test_windows_script_args_powershell(cmd, shell, issue_56195):
import_result = cmd.run("Import-Module Microsoft.PowerShell.Security", shell=shell)
powershell_version = cmd.run("$PSVersionTable", shell=shell)
ps_module_path = cmd.run("$env:PSModulePath", shell=shell)
assert ret["stdout"] == password