From 10acb8e44ab368f4869b466aabde907bc2bd7ff0 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 9 Sep 2019 23:49:48 +0200 Subject: build: do not run tests for rhel8 --- blogc.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogc.spec.in b/blogc.spec.in index 8a8b2dd..33db18d 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -56,8 +56,10 @@ blogc-runserver is a simple HTTP server to test blogc websites. %endif make %{?_smp_mflags} +%if ! 0%{?el8} %check make check +%endif %install rm -rf $RPM_BUILD_ROOT -- cgit v1.2.3-18-g5258