diff options
-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 |