public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Frank Ch. Eigler <fche@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] snapshot: Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs
Date: Tue, 18 Aug 2026 13:36:47 GMT	[thread overview]
Message-ID: <178706020717.1.4543038066588362983.rpms-gcc-d4e3282e398c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gcc
            Branch : snapshot
            Commit : d4e3282e398ca56038ce31c665ea3cf631d60d70
            Author : Frank Ch. Eigler <fche@fedoraproject.org>
            Date   : 2026-08-18T08:40:14-04:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcc/c/d4e3282e398ca56038ce31c665ea3cf631d60d70?branch=snapshot

            Log:
            Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs

For accurate matching of the various testrun variations, and for successful bunsen ingestion, it'd be good to hold onto the dejagnu .sum files too, not just the .log ones.

---
diff --git a/gcc.spec b/gcc.spec
index 4518385..d021d0e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -2691,7 +2691,7 @@ echo ====================TESTING=========================
 %endif
 echo ====================TESTING END=====================
 mkdir testlogs-%{_target_platform}-%{version}-%{release}
-for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
+for i in `find . -name \*.log -o -name \*.sum | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
   ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
 done
 tar cf - testlogs-%{_target_platform}-%{version}-%{release} | xz -9e \

                 reply	other threads:[~2026-08-18 13:36 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=178706020717.1.4543038066588362983.rpms-gcc-d4e3282e398c@fedoraproject.org \
    --to=fche@fedoraproject.org \
    --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