diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2024-03-12 16:41:22 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2024-03-12 16:41:28 +0900 |
commit | a37de4f4ceb59b8932cc3658c8978ec7113e4b17 (patch) | |
tree | 248e566c2d4d6e910716463d3f595b394a15bc59 | |
parent | 8e7355f34716923596ae5f6342670dbfdf3c6af3 (diff) | |
download | url-download-tizen_9.0.tar.gz url-download-tizen_9.0.tar.bz2 url-download-tizen_9.0.zip |
Fix the gcov build errortizen_9.0_m2_releaseaccepted/tizen/unified/x/20240314.073247accepted/tizen/unified/dev/20240620.004638accepted/tizen/unified/20240313.135528accepted/tizen/unified/20240313.134422accepted/tizen/9.0/unified/20241030.232435tizen_9.0accepted/tizen_unified_xaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
Change-Id: I4d068153d76e07cb83eab230ae3f15035d3ed0c8
-rwxr-xr-x | packaging/capi-web-url-download.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/capi-web-url-download.spec b/packaging/capi-web-url-download.spec index fe383d4..b6dec4a 100755 --- a/packaging/capi-web-url-download.spec +++ b/packaging/capi-web-url-download.spec @@ -102,7 +102,7 @@ cp tests/libdp-interface-mock.so %{buildroot}%{_bindir}/tizen-unittests/%{name}/ %if 0%{?gcov:1} export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:tests tests/url-download-gtest -lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info +lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info genhtml %{name}.info -o out --legend --show-details %endif |