Skip to content

Commit

Permalink
Merge branch 'adafruit:main' into sunton_esp32_8048S050
Browse files Browse the repository at this point in the history
  • Loading branch information
sanhu88 authored Sep 25, 2024
2 parents 408e291 + 1ab26ba commit b7f8a5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ def run_one_test(test_file):
"PATH": os.environ["PATH"],
"LANG": "en_US.UTF-8",
}
# CIRCUITPY-CHANGE: --keep-path applies to PYTHONPATH as well
if args.keep_path and os.getenv("PYTHONPATH"):
e["PYTHONPATH"] += ":" + os.getenv("PYTHONPATH")

# run CPython to work out expected output
try:
output_expected = subprocess.check_output(
Expand Down

0 comments on commit b7f8a5a

Please sign in to comment.