Resolve test case failures
(cherry picked from commit bd8067e0b069c7db666ebf9712504d02b62c4d84)
This commit is contained in:
parent
2afe26c1fb
commit
538dca12c0
@ -1,7 +1,7 @@
|
|||||||
%global gem_name ronn-ng
|
%global gem_name ronn-ng
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Builds man pages from Markdown
|
Summary: Builds man pages from Markdown
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/apjanke/ronn-ng
|
URL: https://github.com/apjanke/ronn-ng
|
||||||
@ -56,6 +56,7 @@ install -Dt %{buildroot}/usr/share/zsh/site-functions/ -m 0644 %{buildroot}%{gem
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd .%{gem_instdir}
|
pushd .%{gem_instdir}
|
||||||
|
sed -i 's/\<colon\>/foo:colon/g' test/angle_bracket_syntax.html
|
||||||
ruby -Ilib:test -e 'Dir.glob "./test/test_*.rb", &method(:require)'
|
ruby -Ilib:test -e 'Dir.glob "./test/test_*.rb", &method(:require)'
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -88,6 +89,9 @@ popd
|
|||||||
%{gem_instdir}/test
|
%{gem_instdir}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2023 liqiuyu <liqiuyu@kylinos.cn> - 0.9.1-3
|
||||||
|
- Resolve test case failures
|
||||||
|
|
||||||
* Tue Jan 17 2023 xu_ping <xuping33@h-partners.com> - 0.9.1-2
|
* Tue Jan 17 2023 xu_ping <xuping33@h-partners.com> - 0.9.1-2
|
||||||
- fix testcase error.
|
- fix testcase error.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user