mirror of https://github.com/python/cpython
Add debug output to analyse buildbot failure.
This commit is contained in:
parent
d73168d954
commit
1def4fafe2
|
@ -1,4 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
cd
|
||||||
if not defined HOST_PYTHON set HOST_PYTHON=python
|
if not defined HOST_PYTHON set HOST_PYTHON=python
|
||||||
%HOST_PYTHON% build_ssl.py %1 %2
|
%HOST_PYTHON% build_ssl.py %1 %2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue