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