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 b7c827a commit f45909eCopy full SHA for f45909e
graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py
@@ -208,7 +208,7 @@ def parse_unittest_output(output):
208
209
# n.b.: we add a '*' in the front, so that unittests doesn't add
210
# its own asterisks, because now this is already a pattern
211
- for funcname, classname, result in parse_unittest_output(stderr):
+ for funcname, classname, result in parse_unittest_output(p.stderr):
212
# We consider skipped tests as passing in order to avoid a situation where a Linux run
213
# untags a Darwin-only test and vice versa
214
if result == 'ok' or result.startswith('skipped'):
0 commit comments