diff options
author | JinWang An <jinwang.an@samsung.com> | 2024-02-23 15:09:43 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2024-02-23 15:10:15 +0900 |
commit | 940c0c912c7dd54ace7dccf6382659c83b4c9bde (patch) | |
tree | 20437853101570df54ec3a92b130a07bbcec9bfe | |
parent | fbe0a31b6d24430ef76da0d7b62d27924c8890c2 (diff) | |
download | libslp-db-util-940c0c912c7dd54ace7dccf6382659c83b4c9bde.tar.gz libslp-db-util-940c0c912c7dd54ace7dccf6382659c83b4c9bde.tar.bz2 libslp-db-util-940c0c912c7dd54ace7dccf6382659c83b4c9bde.zip |
Revert "Remove --ignore-errors mismatch lcov option"HEADtizen_9.0_m2_releaseaccepted/tizen/unified/x/20240229.013934accepted/tizen/unified/toolchain/20240311.065231accepted/tizen/unified/dev/20240620.005134accepted/tizen/unified/20240228.013816accepted/tizen/9.0/unified/20241031.000239tizen_9.0tizenaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
This reverts commit fbe0a31b6d24430ef76da0d7b62d27924c8890c2.
Change-Id: Ib440fe4d77301e35a81c89ea2ce03bd101431b7b
-rw-r--r-- | packaging/libslp-db-util.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libslp-db-util.spec b/packaging/libslp-db-util.spec index 8953422..951eb33 100644 --- a/packaging/libslp-db-util.spec +++ b/packaging/libslp-db-util.spec @@ -101,7 +101,7 @@ pushd tests ./test-collation-db.sh LD_PRELOAD=./libvconf-mock.so LD_LIBRARY_PATH=.. ./db-util-gtest popd -lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info +lcov -c --ignore-errors mismatch --ignore-errors graph --no-external -b . -d . -o %{name}.info genhtml %{name}.info -o out --legend --show-details %endif |