From: "Kyle Elbert" <kcelbert@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cloudflare/
Date: Wed, 19 Jun 2024 06:20:55 +0000 (UTC) [thread overview]
Message-ID: <1718777965.59bbfc30df2c59cf48c2e688aa4415006a814239.kcelbert@gentoo> (raw)
commit: 59bbfc30df2c59cf48c2e688aa4415006a814239
Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
AuthorDate: Wed Jun 19 06:19:25 2024 +0000
Commit: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
CommitDate: Wed Jun 19 06:19:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59bbfc30
dev-python/cloudflare: cleanup test server
Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com>
dev-python/cloudflare/cloudflare-3.0.0_beta10.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/cloudflare/cloudflare-3.0.0_beta10.ebuild b/dev-python/cloudflare/cloudflare-3.0.0_beta10.ebuild
index e9b2842da..eb7c347b8 100644
--- a/dev-python/cloudflare/cloudflare-3.0.0_beta10.ebuild
+++ b/dev-python/cloudflare/cloudflare-3.0.0_beta10.ebuild
@@ -77,6 +77,7 @@ src_test() {
# Run prism mock api server, this is what needs nodejs
node --no-warnings node_modules/@stoplight/prism-cli/dist/index.js mock \
"cloudflare-spec.yml" >prism.log &
+ local MOCK_PID=$!
# Wait for server to come online
echo -n "Waiting for mockserver"
while ! grep -q "✖ fatal\|Prism is listening" "prism.log" ; do
@@ -87,4 +88,5 @@ src_test() {
die "Prism mock server failed"
fi
distutils-r1_src_test
+ kill "${MOCK_PID}"
}
next reply other threads:[~2024-06-19 6:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 6:20 Kyle Elbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 6:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cloudflare/ Kyle Elbert
2025-01-21 6:05 Kyle Elbert
2025-01-21 6:05 Kyle Elbert
2024-11-28 8:16 Kyle Elbert
2024-11-27 10:12 Kyle Elbert
2024-07-17 6:30 Kyle Elbert
2024-06-26 12:59 Kyle Elbert
2024-06-26 10:56 Kyle Elbert
2024-06-26 10:29 Kyle Elbert
2024-06-25 18:44 Kyle Elbert
2024-06-25 0:41 Kyle Elbert
2024-06-25 0:41 Kyle Elbert
2024-06-19 5:07 Kyle Elbert
2024-04-30 0:20 Kyle Elbert
2024-04-09 20:39 Kyle Elbert
2024-04-07 22:25 Kyle Elbert
2024-04-06 10:13 Kyle Elbert
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=1718777965.59bbfc30df2c59cf48c2e688aa4415006a814239.kcelbert@gentoo \
--to=kcelbert@gmail.com \
--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