Skip to content

Commit

Permalink
Merge pull request #10104 from Icinga/gha-windows-ctest-fix
Browse files Browse the repository at this point in the history
GHA: Unbreak Windows Tests
  • Loading branch information
julianbrost authored Jul 31, 2024
2 parents ce81596 + 8db33e5 commit 0463607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/win32/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0463607

Please sign in to comment.