public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libayatana-indicator] epel9: Do not run tests, they are too much X.org specific
@ 2026-09-16 12:09 Simone Caronni
0 siblings, 0 replies; only message in thread
From: Simone Caronni @ 2026-09-16 12:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libayatana-indicator
Branch : epel9
Commit : 32ff83b969aa825a51449dc5f48a59331391db9b
Author : Simone Caronni <negativo17@gmail.com>
Date : 2025-07-16T10:09:36+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libayatana-indicator/c/32ff83b969aa825a51449dc5f48a59331391db9b?branch=epel9
Log:
Do not run tests, they are too much X.org specific
---
diff --git a/libayatana-indicator.spec b/libayatana-indicator.spec
index d37df3e..1c528a9 100644
--- a/libayatana-indicator.spec
+++ b/libayatana-indicator.spec
@@ -1,4 +1,4 @@
-%bcond_without check
+%bcond_with check
# No GTK 2 in RHEL 10
%if 0%{?rhel} > 9
@@ -142,12 +142,12 @@ This package contains GTK3 developer tools.
# Tests fail randomly when running in parallel
pushd build-gtk3 >/dev/null
-xwfb-run -c mutter -- %__ctest -E test-indicator-ng-tester --output-on-failure --force-new-ctest-process
+xwfb-run -c mutter -- %__ctest --output-on-failure --force-new-ctest-process
popd >/dev/null
%if %{with gtk2}
pushd build-gtk2 >/dev/null
-xwfb-run -c mutter -- %__ctest -E test-indicator-ng-tester --output-on-failure --force-new-ctest-process
+xwfb-run -c mutter -- %__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:09 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:09 [rpms/libayatana-indicator] 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