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