Skip to content

Commit

Permalink
test: compare with the upper env
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 17, 2024
1 parent 00e9dc1 commit bface09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def run_unit_tests():

env = os.environ.copy()
for k in list(env.keys()):
k = k.upper()
if (k.startswith("GITHUB_")
or k.startswith("JAVA_")
or k.startswith("PSMODULEPATH")
Expand Down

0 comments on commit bface09

Please sign in to comment.