projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645dedd
)
mkosi: Install tests in final image
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Tue, 16 Aug 2022 10:50:29 +0000
(12:50 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Sat, 20 Aug 2022 21:24:19 +0000
(23:24 +0200)
mkosi.build
patch
|
blob
|
history
diff --git
a/mkosi.build
b/mkosi.build
index 27e5b1c65c575b515646f5d3390a85bfe6c8df56..210811e7685773a0627e644e8cd9858db5ecb3df 100755
(executable)
--- a/
mkosi.build
+++ b/
mkosi.build
@@
-65,7
+65,8
@@
if [ ! -f "$BUILDDIR"/build.ninja ] ; then
-D translations=false \
-D version-tag="${VERSION_TAG}" \
-D mode=developer \
- -D b_sanitize="${SANITIZERS:-none}"
+ -D b_sanitize="${SANITIZERS:-none}" \
+ -D install-tests=true
fi
cd "$BUILDDIR"