1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

appveyor: show test output in the build log in realtime

This commit is contained in:
Bert Belder 2018-09-17 21:54:43 -07:00
parent 93a533d732
commit d19268b2bf
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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: |-