disable valgrind in tests

(cherry picked from commit 102e1bbb7bd8614e29bf3cea30389320b9dad274)
This commit is contained in:
sherlock2010 2023-06-10 08:03:03 +00:00 committed by openeuler-sync-bot
parent f22e878500
commit 32c8a97e59

View File

@ -6,7 +6,7 @@
Name: curl
Version: 7.71.1
Release: 28
Release: 29
Summary: Curl is used in command lines or scripts to transfer data
License: MIT
URL: https://curl.haxx.se/
@ -170,7 +170,7 @@ for size in full; do (
export LD_LIBRARY_PATH="${PWD}/lib/.libs"
cd tests
perl -I../../tests ../../tests/runtests.pl -a -p -v '!flaky'
perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky'
)
done
@ -229,6 +229,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
%{_mandir}/man3/*
%changelog
* Sat Jun 10 2023 zhouyihang <zhouyihang3@h-partners.com> - 7.71.1-29
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:disable valgrind in tests
* Thu Jun 08 2023 xingwei <xingwei14@h-partners.com> - 7.71.1-28
- Type:CVE
- CVE:CVE-2023-28320