File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -422,11 +422,11 @@ def is_included(path):
422
422
with Task ('GraalPython apptests' , tasks , tags = [GraalPythonTags .apptests ]) as task :
423
423
if task :
424
424
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" ])
430
430
431
431
with Task ('GraalPython license header update' , tasks , tags = [GraalPythonTags .license ]) as task :
432
432
if task :
You can’t perform that action at this time.
0 commit comments