From 035059203b5cb864804a2aff9820d353f3dbc539 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 8 Jun 2026 22:20:12 +0500 Subject: [PATCH] dev-crystal/selenium: make tests verbose Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/selenium/selenium-0.12.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-crystal/selenium/selenium-0.12.1-r1.ebuild b/dev-crystal/selenium/selenium-0.12.1-r1.ebuild index f9edf2eb84..e2d0baf6d5 100644 --- a/dev-crystal/selenium/selenium-0.12.1-r1.ebuild +++ b/dev-crystal/selenium/selenium-0.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,5 +34,5 @@ BDEPEND=" src_test() { local -x SELENIUM_BROWSER=firefox - ecrystal spec --tag "~firefox" + shards_src_test --tag "~firefox" }