icinga2/tools/win32
Alvar Penning 8db33e5b3c
GHA: Unbreak Windows Tests
As seen in the recent GHA run for #10102, the two Windows Actions have
failed. The output log contains:

> DEBUG:   27+  >>>> ctest.exe -C "${env:CMAKE_BUILD_TYPE}" -T test -O $env:ICINGA2_BUILDPATH/Test.xml
> --output-on-failure --log_level=all
> CMake Error: Unknown argument: --log_level=all
> CMake Error: Run 'ctest --help' for all supported options.

After consulting ctest(1), older versions included, I have never found a
mention of the "--log_level" flag. Since the useful
"--output-on-failure" flag is already set, which will "[o]utput anything
outputted by the test program if the test should fail", I do not see any
further reason for more logging information.

This flag was introduced in 7665143afa,
but I have not found any reasoning for the flag in particular.
2024-07-31 11:19:22 +02:00
..
build-choco.ps1 Chocolatey: Use '.\build' as default build directory 2020-06-05 15:39:28 +02:00
build.ps1 windows: Improve Powershell Tools and AppVeyor config 2019-04-05 09:03:04 +02:00
configure-dev.ps1 Bump Boost shipped for Windows to v1.85 2024-06-07 16:02:07 +02:00
configure.ps1 Bump OpenSSL shipped for Windows to v3.0.14 2024-06-07 16:07:42 +02:00
load-vsenv.ps1 GitHub Actions: Use preinstalled dependencies on Windows 2022-01-11 13:20:07 +01:00
test.ps1 GHA: Unbreak Windows Tests 2024-07-31 11:19:22 +02:00