summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-09-17 21:54:43 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-17 22:54:51 -0700
commitd19268b2bf43d454d825ba645b37e6f764ee42f2 (patch)
tree40304aa2a1eb37ddfccab3b9826dc88e40910eb9
parent93a533d732247afcd7b2fa8a3e0b19366a5e7dc3 (diff)
appveyor: show test output in the build log in realtime
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a2e738386..80295d614 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -22,6 +22,10 @@ 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: |-