mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
ci/win: redirect stderr to fix mingw build
This commit is contained in:
@@ -100,7 +100,7 @@ bin\nvim --version ; exitIfFailed
|
||||
$failed = $false
|
||||
# Temporarily turn off tracing to reduce log file output
|
||||
Set-PSDebug -Off
|
||||
cmake --build . --config $cmakeBuildType --target functionaltest -- $cmakeGeneratorArgs |
|
||||
cmake --build . --config $cmakeBuildType --target functionaltest -- $cmakeGeneratorArgs 2>&1 |
|
||||
foreach { $failed = $failed -or
|
||||
$_ -match 'Running functional tests failed with error'; $_ }
|
||||
Set-PSDebug -Trace 1
|
||||
|
||||
Reference in New Issue
Block a user