public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rawhide: Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs
@ 2026-07-24 15:36 Frank Ch. Eigler
0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2026-07-24 15:36 UTC (permalink / raw)
To: git-commits
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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 15:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 15:36 [rpms/gcc] rawhide: Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs Frank Ch. Eigler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox