summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2024-02-23 15:09:43 +0900
committerJinWang An <jinwang.an@samsung.com>2024-02-23 15:10:15 +0900
commit940c0c912c7dd54ace7dccf6382659c83b4c9bde (patch)
tree20437853101570df54ec3a92b130a07bbcec9bfe
parentfbe0a31b6d24430ef76da0d7b62d27924c8890c2 (diff)
downloadlibslp-db-util-940c0c912c7dd54ace7dccf6382659c83b4c9bde.tar.gz
libslp-db-util-940c0c912c7dd54ace7dccf6382659c83b4c9bde.tar.bz2
libslp-db-util-940c0c912c7dd54ace7dccf6382659c83b4c9bde.zip
This reverts commit fbe0a31b6d24430ef76da0d7b62d27924c8890c2. Change-Id: Ib440fe4d77301e35a81c89ea2ce03bd101431b7b
-rw-r--r--packaging/libslp-db-util.spec2
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