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] rawhide: Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs
Date: Fri, 24 Jul 2026 15:36:33 GMT	[thread overview]
Message-ID: <178490739316.1.8076259371089700814.rpms-gcc-8b7e1e995963@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gcc
            Branch : rawhide
            Commit : 8b7e1e995963b963efb8741e72332e14c5b2f3c6
            Author : Frank Ch. Eigler <fche@fedoraproject.org>
            Date   : 2026-02-24T21:14:02+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcc/c/8b7e1e995963b963efb8741e72332e14c5b2f3c6?branch=rawhide

            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 dd7ef43..80f958e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -2636,7 +2636,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-07-24 15: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=178490739316.1.8076259371089700814.rpms-gcc-8b7e1e995963@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