Document reason for disabling tests

This commit is contained in:
Petr Písař 2012-11-07 09:35:29 +01:00
parent e6d0e82f9f
commit da5f78dde7

View File

@ -34,6 +34,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
# Tests require accessible syslog
%{?_with_check:make test}
%files