mirror of
https://github.com/google/brotli.git
synced 2026-09-24 07:35:48 +00:00
[PR #461] [MERGED] Python: Run Appveyor tests in CMD mode #1089
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/461
Author: @nicksay
Created: 10/26/2016
Status: ✅ Merged
Merged: 10/27/2016
Merged by: @eustas
Base:
master← Head:py-appveyor-tests📝 Commits (1)
7c6458aPython: Run Appveyor tests in CMD mode📊 Changes
1 file changed (+3 additions, -7 deletions)
View changed files
📝
appveyor.yml(+3 -7)📄 Description
Any command executed in PowerShell mode that writes to
stderris treated as failing. To avoid this problem, run tests in CMD
mode instead.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.