From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0663D1382C5 for ; Sat, 23 May 2020 09:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12648E0903; Sat, 23 May 2020 09:14:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDFDCE0903 for ; Sat, 23 May 2020 09:14:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78C9634F2E1 for ; Sat, 23 May 2020 09:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A4525A for ; Sat, 23 May 2020 09:14:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1590225238.c9e74052e1dd96d3c73c952c0fa89f771445430d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/file-tail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/file-tail/file-tail-1.2.0.ebuild X-VCS-Directories: dev-ruby/file-tail/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c9e74052e1dd96d3c73c952c0fa89f771445430d X-VCS-Branch: master Date: Sat, 23 May 2020 09:14:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1a74cbe-cee8-425f-a63d-a1d641303ddb X-Archives-Hash: 03556fec089bf7e1d4cc98382397c15c commit: c9e74052e1dd96d3c73c952c0fa89f771445430d Author: Hans de Graaff gentoo org> AuthorDate: Sat May 23 09:13:31 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 23 09:13:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e74052 dev-ruby/file-tail: avoid test with race condition Closes: https://bugs.gentoo.org/723822 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/file-tail/file-tail-1.2.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild b/dev-ruby/file-tail/file-tail-1.2.0.ebuild index 2a1cd8f2923..4d1d4ec10c7 100644 --- a/dev-ruby/file-tail/file-tail-1.2.0.ebuild +++ b/dev-ruby/file-tail/file-tail-1.2.0.ebuild @@ -27,6 +27,10 @@ IUSE="" ruby_add_rdepend "=dev-ruby/tins-1*" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" +all_ruby_prepare() { + sed -i -e '/test_tail_change2/aomit "has race condition"' tests/file_tail_test.rb || die +} + each_ruby_test() { ruby-ng_testrb-2 -Ilib tests/*_test.rb