Skip to content

Commit 4da6372

Browse files
committed
fix typos
1 parent 8e873ee commit 4da6372

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def fun():
7575
for testpattern in working_test[1]:
7676
cmd.extend(["-k", testpattern])
7777
testmod = working_test[0].rpartition(".")[2]
78+
print()
7879
cmd.append(os.path.join(os.path.dirname(test.__file__), "%s.py" % testmod))
7980
subprocess.check_call(cmd)
8081

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def graalpython_gate_runner(args, tasks):
338338
if task:
339339
gate_unittests()
340340

341-
with Task('GraalPython Python tests', tasks, tags=[GraalPythonTags.tagged-unittest]) as task:
341+
with Task('GraalPython Python tests', tasks, tags=[GraalPythonTags.tagged]) as task:
342342
if task:
343343
os.environ["ENABLE_CPYTHON_TAGGED_UNITTESTS"] = "true"
344344
try:

0 commit comments

Comments
 (0)