aports/community/bareos/disable-systemtest-minio.patch
2022-03-17 15:17:30 +00:00

18 lines
562 B
Diff

diff --git a/systemtests/CMakeLists.txt b/systemtests/CMakeLists.txt
index 6ddf39b..dcd6d66 100644
--- a/systemtests/CMakeLists.txt
+++ b/systemtests/CMakeLists.txt
@@ -192,12 +192,6 @@ execute_process(
RESULT_VARIABLE RESULT_GENERATE_MINIO_CERTS
OUTPUT_QUIET ERROR_QUIET
)
-if(NOT "${RESULT_GENERATE_MINIO_CERTS}" STREQUAL "0")
- message(
- FATAL_ERROR
- "Creation of certificates failed: ${RESULT_GENERATE_MINIO_CERTS} ${CMAKE_BINARY_DIR}"
- )
-endif()
configure_file(
"CTestCustom.cmake.in" "${CMAKE_BINARY_DIR}/CTestCustom.cmake" @ONLY