From 9c945dfe131b3a62ffbbd540f8e95e9d91a11b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 11 May 2023 22:29:53 +0100 Subject: [PATCH] disable extra tests on builds --- opencv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 9f47e98..9cb509e 100644 --- a/opencv.spec +++ b/opencv.spec @@ -4,7 +4,7 @@ %if %{without tests} %bcond_with extras_tests %else -%bcond_without extras_tests +%bcond_with extras_tests %endif # linters are enabled by default if BUILD_DOCS OR BUILD_EXAMPLES %bcond_with linters