mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/aws-s3: avoid test that require network access, fixing bug 339324
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -33,6 +33,13 @@ RUBY_PATCHES=(
|
||||
${P}+ruby19.patch
|
||||
)
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Avoid tests requiring network access, bug 339324
|
||||
sed -i -e '/test_request_only_escapes_the_path_the_first_time_it_runs_and_not_subsequent_times/,/^ end/ s:^:#:' \
|
||||
-e '/test_if_request_has_no_body_then_the_content_length_is_set_to_zero/,/^ end/ s:^:#:' \
|
||||
test/connection_test.rb || die
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -I. -e "Dir['test/*_test.rb'].each {|f| require f }" || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user