Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
b692896f
Commit
b692896f
authored
Aug 23, 2016
by
Wenzel Jakob
Committed by
GitHub
Aug 23, 2016
Browse files
Merge pull request #351 from dean0x7d/fix-win-test-capture
Workaround for random failure of pytest capture on Windows
parents
faec30c4
b6ccdc95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.appveyor.yml
.appveyor.yml
+1
-0
No files found.
.appveyor.yml
View file @
b692896f
...
...
@@ -29,4 +29,5 @@ install:
build_script
:
-
cmake -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
-
set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
-
set PYTEST_ADDOPTS="-s"
# workaround for pytest capture issue, see #351
-
cmake --build . --config Release --target pytest -- /v:m /logger:%MSBuildLogger%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment