public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/neon] epel10.3: - dump test logs if "make check" fails
@ 2026-08-26 14:41 Joe Orton
0 siblings, 0 replies; only message in thread
From: Joe Orton @ 2026-08-26 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/neon
Branch : epel10.3
Commit : d90e16203b697defdcfed9f63006a7f3d964ab6d
Author : Joe Orton <jorton@redhat.com>
Date : 2026-03-13T13:10:27+00:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/neon/c/d90e16203b697defdcfed9f63006a7f3d964ab6d?branch=epel10.3
Log:
- dump test logs if "make check" fails
---
diff --git a/neon.spec b/neon.spec
index 0c47e9e..a71490f 100644
--- a/neon.spec
+++ b/neon.spec
@@ -80,7 +80,14 @@ sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
%if %{with tests}
%check
export TEST_QUIET=0
-make %{?_smp_mflags} check
+if make %{?_smp_mflags} check; then
+ : PASS
+else
+ : FAIL
+ cat test/child.log || true
+ cat test/debug.log || true
+ exit 1
+fi
%endif
%ldconfig_scriptlets
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 14:41 [rpms/neon] epel10.3: - dump test logs if "make check" fails Joe Orton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox