Skip to content

Commit 3607d8e

Browse files
committed
print env
1 parent cde5385 commit 3607d8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ def graalpython_gate_runner(args, tasks):
378378
mx.log("Running tests with CPython")
379379
test_args = [_graalpytest_driver(), "-v", _graalpytest_root()]
380380
mx.run(["python3"] + test_args, nonZeroIsFatal=True)
381+
mx.run(["env"])
381382
run_python_unittests(python_gvm())
382383

383384
with Task('GraalPython sandboxed tests', tasks, tags=[GraalPythonTags.unittest_sandboxed]) as task:

0 commit comments

Comments
 (0)