mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
PCbuild: Add -q option to svn export (GH-535)
Without this option, AppVeyor log is too unreadable.
This commit is contained in:
parent
93fac8dd35
commit
8886d5f392
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ for %%e in (%libraries%) do (
|
|||
echo.%%e already exists, skipping.
|
||||
) else (
|
||||
echo.Fetching %%e...
|
||||
svn export %SVNROOT%%%e
|
||||
svn export -q %SVNROOT%%%e
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue