From 25bfe0fc5c08944aea45b7608e43c3de8bb6cd6d Mon Sep 17 00:00:00 2001 From: Yang Yanchao Date: Tue, 26 Oct 2021 21:17:15 +0800 Subject: [PATCH] Show more debugging information during testsuite Signed-off-by: Yang Yanchao (cherry picked from commit e6a721beed80460b73fa2bc1f39130336922914a) --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 9cbc0db..73a93b6 100644 --- a/glibc.spec +++ b/glibc.spec @@ -65,7 +65,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 16 +Release: 17 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -969,7 +969,6 @@ if ! grep -q '^Summary of test results:$' rpmbuild.check.log ; then echo "FAIL: test suite build of target: $(basename "$(pwd)")" >& 2 exit 1 fi -set +x grep -v ^PASS: tests.sum | grep -v ^UNSUPPORTED > rpmbuild.tests.sum.not-passing || true # Delete the testsuite from the whitelist @@ -977,6 +976,7 @@ cp %{SOURCE8} testsuite_whitelist omit_testsuite testsuite_whitelist rm -rf testsuite_whitelist +set +x if test -s rpmbuild.tests.sum.not-passing ; then echo ===================FAILED TESTS===================== >&2 echo "Target: $(basename "$(pwd)")" >& 2 @@ -1306,6 +1306,9 @@ fi %endif %changelog +* Tue Oct 26 2021 Yang Yanchao - 2.34-17 +- Show more debugging information during testsuite + * Tue Oct 26 2021 Chuangchuang Fang - 2.34-16 - Use __executable_start as the lowest address for profiling -- Gitee