File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1766,6 +1766,11 @@ def build_cpython(arch: str, profile):
1766
1766
log ("copying %s to %s" % (source , dest ))
1767
1767
shutil .copyfile (source , dest )
1768
1768
1769
+ shutil .copyfile (
1770
+ cpython_source_path / "Tools" / "scripts" / "run_tests.py" ,
1771
+ out_dir / "python" / "build" / "run_tests.py" ,
1772
+ )
1773
+
1769
1774
licenses_dir = out_dir / "python" / "licenses"
1770
1775
licenses_dir .mkdir ()
1771
1776
for f in sorted (os .listdir (ROOT )):
@@ -1807,6 +1812,7 @@ def build_cpython(arch: str, profile):
1807
1812
"build_info" : build_info ,
1808
1813
"licenses" : entry ["licenses" ],
1809
1814
"license_path" : "licenses/LICENSE.cpython.txt" ,
1815
+ "run_tests" : "build/run_tests.py" ,
1810
1816
}
1811
1817
1812
1818
# Collect information from running Python script.
You can’t perform that action at this time.
0 commit comments