!6 [sync] PR-5: Resolve test case failures

From: @openeuler-sync-bot 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-08-15 08:49:59 +00:00 committed by Gitee
commit 9bbe274abd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global gem_name ronn-ng
Name: rubygem-%{gem_name}
Version: 0.9.1
Release: 2
Release: 3
Summary: Builds man pages from Markdown
License: MIT
URL: https://github.com/apjanke/ronn-ng
@ -56,6 +56,7 @@ install -Dt %{buildroot}/usr/share/zsh/site-functions/ -m 0644 %{buildroot}%{gem
%check
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)'
popd
@ -88,6 +89,9 @@ popd
%{gem_instdir}/test
%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
- fix testcase error.