Skip to content
Snippets Groups Projects

Add test for connection error if certificate is not valid

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -67,7 +67,7 @@ build-debug: conan-install-debug
build-release: conan-install-release
# cmake --preset conan-release # for CMake >= 3.23
@command -v iwyu || command include-what-you-use || \
@command -v iwyu || command -v include-what-you-use || \
(echo "Could not find 'iwyu', exiting."; exit 1)
@command -v clang-tidy || command -v clang-tidy-16 || \
(echo "Could not find 'clang-tidy'(-16), exiting."; exit 1)
Loading