projects
/
platform
/
core
/
uifw
/
aurum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3870c98
)
build: modify spec file to print testing logs
author
Wonki Kim
<wonki_.kim@samsung.com>
Wed, 16 Sep 2020 02:36:47 +0000
(11:36 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Wed, 16 Sep 2020 09:03:52 +0000
(18:03 +0900)
Change-Id: Ib962ec7b66cbdb687f96734f52d51ca7fe376126
packaging/aurum.spec
patch
|
blob
|
history
diff --git
a/packaging/aurum.spec
b/packaging/aurum.spec
index 3ef9b4230a52f62f7160f7c630e9a799fb34cf3c..bfdbf7737b3d778997b0f4c05938c453689339ba 100644
(file)
--- a/
packaging/aurum.spec
+++ b/
packaging/aurum.spec
@@
-137,19
+137,14
@@
ninja \
-e 's%^.*: error: .*$%\x1b[37;41m&\x1b[m%' \
-e 's%^.*: warning: .*$%\x1b[30;43m&\x1b[m%'
-
%if 0%{?gcov:1}
mkdir -p gcov-obj
find . -name '*.gcno' -exec cp '{}' gcov-obj ';'
%endif
-%check
-
-ninja \
+meson test \
-C gbsbuild \
- -j %(echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
- -v \
- test 2>&1
+ -v
%install