public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libayatana-appindicator] epel9: Do not run tests, they are too much X.org specific
@ 2026-09-16 12:32 Simone Caronni
0 siblings, 0 replies; only message in thread
From: Simone Caronni @ 2026-09-16 12:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libayatana-appindicator
Branch : epel9
Commit : f0bdc64a0ab3df941bb3c0a39580bf0dd057c50e
Author : Simone Caronni <negativo17@gmail.com>
Date : 2025-07-16T10:14:05+02:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libayatana-appindicator/c/f0bdc64a0ab3df941bb3c0a39580bf0dd057c50e?branch=epel9
Log:
Do not run tests, they are too much X.org specific
---
diff --git a/libayatana-appindicator.spec b/libayatana-appindicator.spec
index d0a4de4..63e5c5e 100644
--- a/libayatana-appindicator.spec
+++ b/libayatana-appindicator.spec
@@ -1,4 +1,4 @@
-%bcond_without check
+%bcond_with check
# Docs are not needed for flatpak builds
%if 0%{?flatpak}
@@ -78,8 +78,9 @@ BuildRequires: pkgconfig(gtk-sharp-2.0)
%if %{with check}
BuildRequires: dbus-test-runner
+BuildRequires: mutter
BuildRequires: pkgconfig(gtest)
-BuildRequires: xorg-x11-server-Xvfb
+BuildRequires: xwayland-run
%endif
%description %{_description}
@@ -251,12 +252,12 @@ gacutil \
# Tests fail randomly when running in parallel!
pushd build-gtk3 >/dev/null
-xvfb-run -a %__ctest --output-on-failure --force-new-ctest-process
+xwfb-run -c mutter -a %__ctest --output-on-failure --force-new-ctest-process
popd >/dev/null
%if %{with gtk2}
pushd build-gtk2 >/dev/null
-xvfb-run -a %__ctest --output-on-failure --force-new-ctest-process
+xwfb-run -c mutter -a %__ctest --output-on-failure --force-new-ctest-process
popd >/dev/null
%endif
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-16 12:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 12:32 [rpms/libayatana-appindicator] epel9: Do not run tests, they are too much X.org specific Simone Caronni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox