From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mysql2/
Date: Sat, 16 Sep 2023 09:27:31 +0000 (UTC) [thread overview]
Message-ID: <1694856394.4b8419ef52307b82053aafc0f3dd644d1ab6f11f.sam@gentoo> (raw)
commit: 4b8419ef52307b82053aafc0f3dd644d1ab6f11f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 09:26:17 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 09:26:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8419ef
dev-ruby/mysql2: cleanup test logic
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/mysql2/mysql2-0.5.5.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-ruby/mysql2/mysql2-0.5.5.ebuild b/dev-ruby/mysql2/mysql2-0.5.5.ebuild
index 5ec2338a5603..4d547f2ee9fa 100644
--- a/dev-ruby/mysql2/mysql2-0.5.5.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.5.5.ebuild
@@ -57,13 +57,11 @@ each_ruby_configure() {
each_ruby_test() {
local -x USER=$(whoami)
- if use mariadb ; then
- local -x PATH="${BROOT}/usr/share/mariadb/scripts:${PATH}"
- fi
-
einfo "Creating mysql test instance ..."
mkdir -p "${T}"/mysql || die
if use mariadb ; then
+ local -x PATH="${BROOT}/usr/share/mariadb/scripts:${PATH}"
+
mysql_install_db \
--no-defaults \
--auth-root-authentication-method=normal \
@@ -79,7 +77,6 @@ each_ruby_test() {
fi
einfo "Starting mysql test instance ..."
- # TODO: random port
mysqld \
--no-defaults \
--character-set-server=utf8 \
next reply other threads:[~2023-09-16 9:27 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-16 9:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 16:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mysql2/ Hans de Graaff
2025-04-01 16:57 Hans de Graaff
2025-02-08 10:16 Arthur Zamarin
2024-02-09 7:49 Hans de Graaff
2024-01-21 8:41 Hans de Graaff
2023-03-28 22:54 Sam James
2023-01-23 7:17 Hans de Graaff
2023-01-23 7:17 Hans de Graaff
2022-05-04 5:26 Hans de Graaff
2022-05-01 9:12 Hans de Graaff
2021-11-08 5:43 Hans de Graaff
2021-11-08 2:51 Yixun Lan
2021-11-07 12:06 Hans de Graaff
2021-09-18 7:59 Hans de Graaff
2021-09-18 7:59 Hans de Graaff
2021-02-13 9:51 Hans de Graaff
2020-09-16 6:18 Hans de Graaff
2020-08-08 5:49 Hans de Graaff
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-02-27 6:05 Hans de Graaff
2020-02-27 6:05 Hans de Graaff
2019-11-28 6:18 Hans de Graaff
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-05-13 16:46 Mikle Kolyada
2019-04-11 6:49 Hans de Graaff
2019-01-31 7:35 Hans de Graaff
2018-07-27 5:22 Hans de Graaff
2018-07-27 5:22 Hans de Graaff
2018-07-24 9:25 Hans de Graaff
2018-07-08 3:36 Hans de Graaff
2018-04-13 6:20 Hans de Graaff
2018-03-21 6:41 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-11-16 7:05 Hans de Graaff
2017-11-16 7:05 Hans de Graaff
2017-08-11 5:16 Hans de Graaff
2017-07-11 5:04 Hans de Graaff
2017-07-11 5:04 Hans de Graaff
2017-07-03 5:35 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-05-05 5:11 Hans de Graaff
2017-05-05 5:11 Hans de Graaff
2016-10-23 5:40 Hans de Graaff
2016-10-23 5:40 Hans de Graaff
2016-04-19 21:45 Manuel Rüger
2016-04-19 21:45 Manuel Rüger
2016-03-24 6:17 Hans de Graaff
2016-03-24 6:17 Hans de Graaff
2016-02-24 21:22 Manuel Rüger
2016-02-24 21:22 Manuel Rüger
2015-11-26 7:13 Hans de Graaff
2015-10-04 9:00 Hans de Graaff
2015-10-04 9:00 Hans de Graaff
2015-09-16 19:50 Manuel Rüger
2015-09-12 0:29 Manuel Rüger
2015-08-26 5:59 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=1694856394.4b8419ef52307b82053aafc0f3dd644d1ab6f11f.sam@gentoo \
--to=sam@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