- don't run ruby checks.

This commit is contained in:
jorton 2005-05-25 14:15:23 +00:00
parent a23a63caae
commit 3af4f07355

View File

@ -183,7 +183,8 @@ ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
%if %{make_check}
%check
export LANG=C LC_ALL=C
make check check-swig-pl check-swig-rb CLEANUP=yes
make check check-swig-pl CLEANUP=yes
# check-swig-rb omitted: it runs svnserve
%endif
%clean