!373 只有在CI环境下会因为测试用例失败打断构建

From: @yang_yanchao 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2022-02-28 09:22:09 +00:00 committed by Gitee
commit eae9e26939
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -66,7 +66,7 @@
##############################################################################
Name: glibc
Version: 2.34
Release: 59
Release: 60
Summary: The GNU libc libraries
License: %{all_license}
URL: http://www.gnu.org/software/glibc/
@ -949,7 +949,9 @@ if test -s rpmbuild.tests.sum.not-passing ; then
fi
done
done <rpmbuild.tests.sum.not-passing
%if 0%{?glibc_abort_after_test_fail}
exit 1
%endif
fi
# Unconditonally dump differences in the system call list.
@ -1220,6 +1222,9 @@ fi
%endif
%changelog
* Thu Feb 24 2022 Yang Yanchao<yangyanchao6@huawei.com> - 2.34-60
- Only in the CI environment, the build is interrupted due to test case failure.
* Wed Feb 23 2022 Yang Yanchao<yangyanchao6@huawei.com> - 2.34-59
- strcmp: delete align for loop_aligned