Skip to content

Commit 420ac79

Browse files
committed
fix typos
1 parent 23601e4 commit 420ac79

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
@@ -354,7 +354,7 @@ def graalpython_gate_runner(args, tasks):
354354
if task:
355355
run_python_unittests(python_gvm(["sandboxed"]), args=["--llvm.sandboxed"])
356356

357-
with Task('GraalPython Python tests', tasks, tags=[GraalPythonTags.tagged-unittest]) as task:
357+
with Task('GraalPython Python tests', tasks, tags=[GraalPythonTags.tagged]) as task:
358358
if task:
359359
with set_env(ENABLE_CPYTHON_TAGGED_UNITTESTS="true"):
360360
gate_unittests(subdir="test_tagged_unittests.py")

0 commit comments

Comments
 (0)