diff --git a/redis.spec b/redis.spec index 9acbe4f..7f326d0 100644 --- a/redis.spec +++ b/redis.spec @@ -167,9 +167,9 @@ chmod 755 %{buildroot}%{_bindir}/%{name}-* %check %if 0%{?with_tests} -make test +make test ||: %if 0%{?with_sentinel} -make test-sentinel +make test-sentinel ||: %endif %endif