dev-ruby/racc: invoke tests directly to fix bug 617130

Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Hans de Graaff
2017-05-09 21:18:16 +02:00
parent a06a45ea37
commit 9fd81e88b8

View File

@@ -52,7 +52,7 @@ each_ruby_compile() {
}
each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
}
all_ruby_install() {