Revert "Remove --ignore-errors mismatch lcov option" 10/306610/1 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x tizen accepted/tizen/unified/20240228.013816 accepted/tizen/unified/toolchain/20240311.065231 accepted/tizen/unified/x/20240229.013934
authorJinWang An <jinwang.an@samsung.com>
Fri, 23 Feb 2024 06:09:43 +0000 (15:09 +0900)
committerJinWang An <jinwang.an@samsung.com>
Fri, 23 Feb 2024 06:10:15 +0000 (15:10 +0900)
This reverts commit fbe0a31b6d24430ef76da0d7b62d27924c8890c2.

Change-Id: Ib440fe4d77301e35a81c89ea2ce03bd101431b7b

packaging/libslp-db-util.spec

index 8953422..951eb33 100644 (file)
@@ -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