summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-09-28 12:55:55 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-28 12:56:38 -0700
commitd653808c9f4a7d09acd5f251ffc510d470d687b0 (patch)
treeb31df9458535c15804b90844e9a0660b316803f5
parent7f29e14b2a4aeb81f33cf3ea2a7fcf6b69436e37 (diff)
appveyor: re-enable python stdout buffering
It's not longer necessary.
-rw-r--r--.appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 80295d614..a2e738386 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -22,10 +22,6 @@ environment:
# -mx=1 : Fast compression.
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.
# They're defined in an environment variable to reduce noise in the build log.
PS_UTILS: |-