Browse Source

Merge pull request #9248 from electron/stream-test-output-on-windows

Stream test output on Windows CI
Kevin Sawicki 8 years ago
parent
commit
1256ab075c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      script/cibuild

+ 0 - 2
script/cibuild

@@ -86,8 +86,6 @@ def main():
     run_script('create-dist.py')
     run_script('upload.py')
   else:
-    if PLATFORM == 'win32':
-      os.environ['OUTPUT_TO_FILE'] = 'output.log'
     run_script('build.py', ['-c', 'D'])
     if PLATFORM == 'win32' or target_arch == 'x64':
       run_script('test.py', ['--ci'])