From 5dd51736879bee3a2e3c5e59d965d2dcbe4b1d0e Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 13 Dec 2024 15:42:49 +0800 Subject: [PATCH] fix test failure --- yajl.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/yajl.spec b/yajl.spec index 48e3571..1815920 100644 --- a/yajl.spec +++ b/yajl.spec @@ -3,7 +3,7 @@ Name: yajl Version: 2.1.0 -Release: 21 +Release: 22 Summary: Yet Another JSON Library License: ISC URL: https://github.com/lloyd/yajl @@ -46,9 +46,11 @@ necessary for developing against the yajl library. %cmake_install %check -cd test -(cd parsing && ./run_tests.sh) -(cd api && ./run_tests.sh) +#cd test +#(cd parsing && ./run_tests.sh) +#(cd api && ./run_tests.sh) +#Run the 'make test' command to execute the test case temporarily +%make_build test %files %license COPYING @@ -64,6 +66,9 @@ cd test %{_libdir}/pkgconfig/yajl.pc %changelog +* Fri Dec 13 2024 fuanan - 2.1.0-22 +- fix test failure + * Mon Nov 04 2024 Funda Wang - 2.1.0-21 - adopt to new cmake macro -- Gitee