Skip to content

Commit e1c938c

Browse files
committed
run python gate tags without arguments to python-gate
1 parent 02015af commit e1c938c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ def python_gate(args):
293293
find_jdt()
294294
if not os.environ.get("ECLIPSE_EXE"):
295295
find_eclipse()
296+
if "--tags" not in args:
297+
args += ["--tags", "fullbuild,style,python-junit,python-unittest,python-license,python-downstream"]
296298
return mx.command_function("gate")(args)
297299

298300

0 commit comments

Comments
 (0)