Skip check logic 63/293263/1 accepted/tizen_base_dev accepted/tizen/8.0/base/20231005.044611 accepted/tizen/base/20230602.031335 accepted/tizen/base/dev/20230613.002850
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 23 May 2023 07:52:46 +0000 (16:52 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 23 May 2023 07:52:46 +0000 (16:52 +0900)
Change-Id: I62f669cef17628bb71c54751a719a24ce3564a05

packaging/boost.spec

index 196750a..3f50b1e 100644 (file)
@@ -520,12 +520,12 @@ cd doc
 %endif
 
 %check
+%if 0%{?run_tests}
 BOOST_LIBS="chrono,program_options,thread,system,filesystem,date_time,regex,serialization,iostreams,random,test"
 install -m 0755 %{SOURCE1003} ./
 echo "RUN run_test.sh"
 ./run_test.sh %{version} $BOOST_LIBS %{testlogfile} || exit 0
 
-%if 0%{?run_tests}
 install -D -m 644 %{testlogfile} $RPM_BUILD_ROOT%{_datadir}/boosttestsuite.log
 %endif