mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
appveyor: re-enable python stdout buffering
It's not longer necessary.
This commit is contained in:
parent
7f29e14b2a
commit
d653808c9f
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@ environment:
|
||||||
# -mx=1 : Fast compression.
|
# -mx=1 : Fast compression.
|
||||||
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -snl -mtc -mx=1
|
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -snl -mtc -mx=1
|
||||||
|
|
||||||
# Disable python stdout buffering, so test output shows up in the build log in
|
|
||||||
# realtime, rather than all at once when the test runner exits.
|
|
||||||
PYTHONUNBUFFERED: 1
|
|
||||||
|
|
||||||
# Define some PowerShell helper functions which are used in the scripts below.
|
# Define some PowerShell helper functions which are used in the scripts below.
|
||||||
# They're defined in an environment variable to reduce noise in the build log.
|
# They're defined in an environment variable to reduce noise in the build log.
|
||||||
PS_UTILS: |-
|
PS_UTILS: |-
|
||||||
|
|
Loading…
Add table
Reference in a new issue