dev-crystal/selenium: make tests verbose

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-06-08 22:20:12 +05:00
parent c48405292e
commit 035059203b

View File

@@ -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"
}