Fix typo in rpmbuild.xcheck.log dumping

This commit is contained in:
Florian Weimer 2024-09-19 13:53:19 +02:00
parent e4aaff0fdb
commit 3ebbe38af2

View File

@ -2257,7 +2257,7 @@ run_tests () {
TIMEOUT_FACTOR=1 %make_build xcheck > rpmbuild.xcheck.log 2>&1 || true
if ! grep -Eq '^\s+=== Summary of results for extra tests ===$' rpmbuild.xcheck.log ; then
echo "FAIL: xcheck test suite build of target: $(basename "$(pwd)")" >& 2
cat rpmbuild.xcheck
cat rpmbuild.xcheck.log
exit 1
fi