projects
/
tools
/
ttrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9968ba8
)
Fix lcov option for lcov 2.0
63/307063/1
accepted/tizen/unified/20240306.094035
accepted/tizen/unified/toolchain/20240311.070135
accepted/tizen/unified/x/20240307.010657
author
JinWang An
<jinwang.an@samsung.com>
Mon, 4 Mar 2024 09:27:09 +0000
(18:27 +0900)
committer
JinWang An
<jinwang.an@samsung.com>
Mon, 4 Mar 2024 09:27:09 +0000
(18:27 +0900)
Change-Id: Ida203348cafa4ab0cbecb28dd25595e7fa19746d
Signed-off-by: JinWang An <jinwang.an@samsung.com>
packaging/ttrace.spec
patch
|
blob
|
history
diff --git
a/packaging/ttrace.spec
b/packaging/ttrace.spec
index 38dc836c7c85d09ee93b102c2e8ee758988a38a7..f354c88a5f1dee4c2e3b16b2c361e09e5f442f88 100644
(file)
--- a/
packaging/ttrace.spec
+++ b/
packaging/ttrace.spec
@@
-94,7
+94,7
@@
make %{?jobs:-j%jobs}
%check
(cd test && LD_LIBRARY_PATH=../src ctest -V)
%if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -q -d . -o ttrace.info
+lcov -c --ignore-errors
mismatch --ignore-errors
graph --no-external -q -d . -o ttrace.info
genhtml ttrace.info -o ttrace.out
%endif