public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Joe Orton <jorton@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/neon] epel10: - dump test logs if "make check" fails
Date: Wed, 26 Aug 2026 14:40:13 GMT [thread overview]
Message-ID: <178775521313.1.13057757881826423391.rpms-neon-d90e16203b69@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/neon
Branch : epel10
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
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
reply other threads:[~2026-08-26 14:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178775521313.1.13057757881826423391.rpms-neon-d90e16203b69@fedoraproject.org \
--to=jorton@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox