public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/stringio/
Date: Fri,  1 Dec 2023 08:29:15 +0000 (UTC)	[thread overview]
Message-ID: <1701419351.7b494f49a9dc40492d452f9f91634a5ee42d4584.graaff@gentoo> (raw)

commit:     7b494f49a9dc40492d452f9f91634a5ee42d4584
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Nov 29 00:37:40 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 08:29:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b494f49

dev-ruby/stringio: correct test invocation

Bug: https://bugs.gentoo.org/912472
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/stringio/stringio-3.0.6.ebuild | 2 +-
 dev-ruby/stringio/stringio-3.0.7.ebuild | 2 +-
 dev-ruby/stringio/stringio-3.0.8.ebuild | 2 +-
 dev-ruby/stringio/stringio-3.1.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/stringio/stringio-3.0.6.ebuild b/dev-ruby/stringio/stringio-3.0.6.ebuild
index db9c0bd6dc1d..5fba86219b99 100644
--- a/dev-ruby/stringio/stringio-3.0.6.ebuild
+++ b/dev-ruby/stringio/stringio-3.0.6.ebuild
@@ -26,5 +26,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-	${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+	${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
 }

diff --git a/dev-ruby/stringio/stringio-3.0.7.ebuild b/dev-ruby/stringio/stringio-3.0.7.ebuild
index 86568861b053..e818ea6895b8 100644
--- a/dev-ruby/stringio/stringio-3.0.7.ebuild
+++ b/dev-ruby/stringio/stringio-3.0.7.ebuild
@@ -26,5 +26,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-	${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+	${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
 }

diff --git a/dev-ruby/stringio/stringio-3.0.8.ebuild b/dev-ruby/stringio/stringio-3.0.8.ebuild
index 1fbf38918157..a61d8368f129 100644
--- a/dev-ruby/stringio/stringio-3.0.8.ebuild
+++ b/dev-ruby/stringio/stringio-3.0.8.ebuild
@@ -26,5 +26,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-	${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+	${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
 }

diff --git a/dev-ruby/stringio/stringio-3.1.0.ebuild b/dev-ruby/stringio/stringio-3.1.0.ebuild
index e9ef6cc8a7cf..645b3526510e 100644
--- a/dev-ruby/stringio/stringio-3.1.0.ebuild
+++ b/dev-ruby/stringio/stringio-3.1.0.ebuild
@@ -26,5 +26,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-	${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+	${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
 }


             reply	other threads:[~2023-12-01  8:29 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-01  8:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-07  7:22 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/stringio/ Hans de Graaff
2024-11-03  7:27 Hans de Graaff
2024-10-14 21:59 Sam James
2024-10-12 10:05 Hans de Graaff
2024-10-08 20:11 Arthur Zamarin
2024-10-08 20:02 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-10-06 11:35 Sam James
2024-07-17  4:38 Viorel Munteanu
2024-06-14  4:52 Hans de Graaff
2024-02-03  7:48 Hans de Graaff
2023-12-27  9:16 Hans de Graaff
2023-12-27  9:16 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-11-28  7:13 Hans de Graaff
2023-11-10  5:54 Hans de Graaff
2023-11-10  5:54 Hans de Graaff
2023-08-19 15:37 Arthur Zamarin
2023-08-19  7:53 Arthur Zamarin
2023-08-19  7:43 Arthur Zamarin
2023-08-19  6:23 Sam James
2023-08-19  6:09 Sam James
2023-08-19  6:07 Sam James
2023-08-11  8:28 Hans de Graaff
2023-08-04 17:22 Sam James
2023-07-09  6:14 Hans de Graaff
2023-06-15  5:33 Hans de Graaff
2023-04-22 16:46 Arthur Zamarin
2023-04-16 23:23 Sam James
2023-04-15  7:13 Hans de Graaff
2023-04-12  3:28 Sam James
2023-04-12  2:41 Sam James
2023-04-12  2:36 Sam James
2023-04-12  2:36 Sam James
2023-04-12  2:33 Sam James
2023-04-12  2:33 Sam James
2023-04-10 12:57 Arthur Zamarin
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:05 Sam James
2023-03-04 10:25 Hans de Graaff
2023-02-04  7:08 Hans de Graaff
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18  9:27 Sam James
2022-12-18  9:27 Sam James
2022-12-12  6:39 Hans de Graaff
2022-12-11 20:43 Arthur Zamarin
2022-12-11 13:58 Sam James
2022-12-11 12:53 Sam James
2022-12-11  9:06 Hans de Graaff
2022-05-10  5:00 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2022-03-12  7:21 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1701419351.7b494f49a9dc40492d452f9f91634a5ee42d4584.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox