From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/leftwm-theme/
Date: Thu, 17 Aug 2023 05:15:34 +0000 (UTC) [thread overview]
Message-ID: <1692104488.d4960d8d4ad65e412413bf959952b1a692b25c34.ceamac@gentoo> (raw)
commit: d4960d8d4ad65e412413bf959952b1a692b25c34
Author: Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com>
AuthorDate: Tue Aug 15 13:01:28 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 13:01:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4960d8d
x11-misc/leftwm-theme: fix tests
Closes: https://bugs.gentoo.org/912304
Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com>
x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild b/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild
index b242ce55ac..3602c19cb3 100644
--- a/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild
+++ b/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild
@@ -216,6 +216,14 @@ src_unpack() {
cargo_src_unpack
}
+src_test() {
+ # leftwm-theme requires an internet connection pass "test_update_repos"
+ # unfortunately it doesn't look like that there's an option to skip particular tests in cargo.eclass
+ cargo test $(usex debug "" --release) ${ECARGO_ARGS[@]} "$@" -- --skip test_update_repos
+ einfo "${@}"
+ "${@}" || die "cargo test failed"
+}
+
src_install() {
dodoc README.md
cd target/$(usex debug debug release) || die
next reply other threads:[~2023-08-17 5:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 5:15 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 13:16 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/leftwm-theme/ David Roman
2024-08-30 13:16 David Roman
2023-08-14 16:36 Haelwenn Monnier
2023-08-14 16:36 Haelwenn Monnier
2023-08-14 16:36 Haelwenn Monnier
2022-01-05 17:14 Florian Schmaus
2022-01-02 15:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-01-02 15:07 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-01-02 14:51 Andrew Ammerlaan
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=1692104488.d4960d8d4ad65e412413bf959952b1a692b25c34.ceamac@gentoo \
--to=ceamac@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