From: ilho kim Date: Thu, 28 Mar 2024 15:30:45 +0000 (+0900) Subject: Prevent the execution of unit tests temporarily X-Git-Tag: accepted/tizen/unified/x/20240401.013228^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=494fec0dde5a6cb75a31804238be5798ae0a4900;p=platform%2Fcore%2Fappfw%2Fevent-system.git Prevent the execution of unit tests temporarily Signed-off-by: ilho kim --- diff --git a/packaging/esd.spec b/packaging/esd.spec index 5d12c2b..fa0c97b 100644 --- a/packaging/esd.spec +++ b/packaging/esd.spec @@ -113,7 +113,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` make %{?jobs:-j%jobs} %check -ctest -V +##ctest -V %if 0%{?gcov:1} lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info