We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bcc63 commit 8caf99fCopy full SHA for 8caf99f
mx.graalpython/mx_graalpython.py
@@ -342,7 +342,7 @@ def graalpython_gate_runner(args, tasks):
342
with Task('GraalPython Python tests', tasks, tags=[GraalPythonTags.unittest]) as task:
343
if task:
344
test_args = [_graalpytest_driver, "-v", _test_project + "src/tests/"]
345
- mx.command_function("python")(test_args)
+ mx.command_function("python")(["--python.CatchAllExceptions=true"] + test_args)
346
if platform.system() != 'Darwin':
347
# TODO: re-enable when python3 is available on darwin
348
mx.log("Running tests with CPython")
0 commit comments