mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
gui-apps/pop-launcher: fix tests
Closes: https://bugs.gentoo.org/938496 Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -259,3 +259,11 @@ src_install() {
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local mytestargs=(
|
||||
# The following tests require network access.
|
||||
--skip web::test
|
||||
)
|
||||
cargo_src_test -- "${mytestargs[@]}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user