Disable tests by default in RHEL builds

This commit is contained in:
Yaakov Selkowitz 2023-02-03 03:28:44 +00:00
parent f24a8785f0
commit fcc064a276
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#%%global relc rc1
# Simple way to disable tests
%if 0%{?flatpak}
%if 0%{?flatpak} || 0%{?rhel}
%bcond_with tests
%else
%bcond_without tests