mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-ruby/rinda: avoid tests that require network access
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -38,6 +38,10 @@ all_ruby_prepare() {
|
||||
# another ruby instance.
|
||||
sed -e '/rubybin/ s:-rdrb/drb:-Ilib -rdrb/drb:' \
|
||||
-i test/rinda/test_rinda.rb || die
|
||||
|
||||
# Avoid tests requiring network device access
|
||||
sed -e '/test_\(make_socket\|ring_server\)_ipv6_multicast/aomit "Requires network access"' \
|
||||
-i test/rinda/test_rinda.rb || die
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
|
||||
Reference in New Issue
Block a user