projects
/
platform
/
core
/
appfw
/
unified-backend.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ebf93
)
Remove genhtml on build time
38/299038/1
author
Sangyoon Jang
<jeremy.jang@samsung.com>
Tue, 19 Sep 2023 00:29:34 +0000
(09:29 +0900)
committer
Sangyoon Jang
<jeremy.jang@samsung.com>
Tue, 19 Sep 2023 00:29:34 +0000
(09:29 +0900)
genhtml fails in specific environment.
Change-Id: I6a7514ec8f3e64f8ac562020ca106ade7ba92c6c
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
packaging/unified-backend.spec
patch
|
blob
|
history
diff --git
a/packaging/unified-backend.spec
b/packaging/unified-backend.spec
index a947be5be4a2b33f1f190b40d9b45b13bafa9996..e46c44028faf6fb60497992e22cdc234d13d0915 100644
(file)
--- a/
packaging/unified-backend.spec
+++ b/
packaging/unified-backend.spec
@@
-129,10
+129,6
@@
ln -s %{_bindir}/%{name} %{buildroot}%{_sysconfdir}/package-manager/backend/unif
%check
export LD_LIBRARY_PATH=../../src/unified
ctest -V
-%if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info
-genhtml %{name}.info -o out --legend --show-details
-%endif
%files
%manifest %{name}.manifest