File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 34
34
import mx_gate
35
35
import mx_sdk
36
36
import mx_subst
37
+ import mx_urlrewrites
37
38
from mx_downstream import testdownstream
38
39
from mx_gate import Task
39
40
from mx_graalpython_benchmark import PythonBenchmarkSuite
@@ -421,11 +422,11 @@ def is_included(path):
421
422
with Task ('GraalPython apptests' , tasks , tags = [GraalPythonTags .apptests ]) as task :
422
423
if task :
423
424
apprepo = os .environ ["GRAALPYTHON_APPTESTS_REPO_URL" ]
424
- testdownstream (
425
- _suite ,
426
- [ apprepo ],
427
- "." ,
428
- [[ "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" ])
429
430
430
431
with Task ('GraalPython license header update' , tasks , tags = [GraalPythonTags .license ]) as task :
431
432
if task :
You can’t perform that action at this time.
0 commit comments