mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Merge pull request #10104 from Icinga/gha-windows-ctest-fix
GHA: Unbreak Windows Tests
This commit is contained in:
commit
0463607050
@ -24,7 +24,7 @@ if (-not ($env:PATH -contains $env:CMAKE_PATH)) {
|
||||
|
||||
cd "$env:ICINGA2_BUILDPATH"
|
||||
|
||||
ctest.exe -C "${env:CMAKE_BUILD_TYPE}" -T test -O $env:ICINGA2_BUILDPATH/Test.xml --output-on-failure --log_level=all
|
||||
ctest.exe -C "${env:CMAKE_BUILD_TYPE}" -T test -O $env:ICINGA2_BUILDPATH/Test.xml --output-on-failure
|
||||
if ($lastexitcode -ne 0) {
|
||||
cd ..
|
||||
exit $lastexitcode
|
||||
|
Loading…
x
Reference in New Issue
Block a user