aports/community/bareos/disable-systemtest-minio.patch
2021-08-18 16:09:18 +00:00

15 lines
473 B
Diff

diff --git a/systemtests/CMakeLists.txt b/systemtests/CMakeLists.txt
index a890ce6..8fc816d 100644
--- a/systemtests/CMakeLists.txt
+++ b/systemtests/CMakeLists.txt
@@ -1161,9 +1161,3 @@ 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()