mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-12-22 00:16:00 +00:00
check-needles: allow plasma-setup tags without needles
We know we need these, but I can't get them created yet because there's a bug in plasma-setup preventing us getting that far... when we type in the language search box, we're typing Greek, for some reason. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
238eb3c430
commit
656f44641c
@ -302,6 +302,10 @@ tagnoneedle = realtesttags - needletags
|
||||
# https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/issues/64 is
|
||||
# fixed we can create this needle and drop this entry
|
||||
tagnoneedle.discard("fonts_c059_installed")
|
||||
# these are needles we know we need (for non-English KDE installs that
|
||||
# hit plasma-setup) but can't get them yet as there's a bug in plasma-setup
|
||||
tagnoneedle.discard("ps_layout_search_field")
|
||||
tagnoneedle.discard("ps_user_created")
|
||||
|
||||
# reverse check, for images without a needle file
|
||||
imgpaths = glob.glob(f"{NEEDLEPATH}/**/*.png", recursive=True)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user