Skip to content

Commit 648693e

Browse files
committed
re-enable apptests
1 parent 4dc10f5 commit 648693e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,11 @@ def is_included(path):
422422
with Task('GraalPython apptests', tasks, tags=[GraalPythonTags.apptests]) as task:
423423
if task:
424424
apprepo = os.environ["GRAALPYTHON_APPTESTS_REPO_URL"]
425-
# _apptest_suite = _suite.import_suite(
426-
# "graalpython-apptests",
427-
# urlinfos=[mx.SuiteImportURLInfo(mx_urlrewrites.rewriteurl(apprepo), "git", mx.vc_system("git"))]
428-
# )
429-
# mx.run_mx(["-p", _apptest_suite.dir, "graalpython-apptests"])
425+
_apptest_suite = _suite.import_suite(
426+
"graalpython-apptests",
427+
urlinfos=[mx.SuiteImportURLInfo(mx_urlrewrites.rewriteurl(apprepo), "git", mx.vc_system("git"))]
428+
)
429+
mx.run_mx(["-p", _apptest_suite.dir, "graalpython-apptests"])
430430

431431
with Task('GraalPython license header update', tasks, tags=[GraalPythonTags.license]) as task:
432432
if task:

0 commit comments

Comments
 (0)