Re-enable test suite.

It was disabled by mistake in fcc584306b
when I was trying to come up with fix for armv7hl.
This commit is contained in:
Vít Ondruch 2021-01-11 09:28:52 +01:00
parent f63d6e5cd4
commit 64975231d1

View File

@ -22,7 +22,7 @@
%endif %endif
%global release 141 %global release 142
%{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} %{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
# The RubyGems library has to stay out of Ruby directory tree, since the # The RubyGems library has to stay out of Ruby directory tree, since the
@ -898,10 +898,10 @@ MSPECOPTS=""
# https://bugs.ruby-lang.org/issues/17338 # https://bugs.ruby-lang.org/issues/17338
MSPECOPTS="$MSPECOPTS -P 'raises TypeError if one of the passed exceptions is not a Module'" MSPECOPTS="$MSPECOPTS -P 'raises TypeError if one of the passed exceptions is not a Module'"
#%# Give an option to increase the timeout in tests. # Give an option to increase the timeout in tests.
#%# https://bugs.ruby-lang.org/issues/16921 # https://bugs.ruby-lang.org/issues/16921
#%%{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \ %{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \
#% make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS" make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS"
%files %files
%license BSDL %license BSDL
@ -1385,6 +1385,9 @@ MSPECOPTS="$MSPECOPTS -P 'raises TypeError if one of the passed exceptions is no
%changelog %changelog
* Mon Jan 11 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-142
- Re-enable test suite.
* Fri Jan 8 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-141 * Fri Jan 8 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-141
- ruby-default-gems have to depend on rubygem(io-console) due to reline. - ruby-default-gems have to depend on rubygem(io-console) due to reline.