From: Daan De Meyer Date: Tue, 16 Aug 2022 10:50:29 +0000 (+0200) Subject: mkosi: Install tests in final image X-Git-Tag: v252-rc1~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819a2502f28c17a0d01327902ce3ab62669754e9;p=thirdparty%2Fsystemd.git mkosi: Install tests in final image --- diff --git a/mkosi.build b/mkosi.build index 27e5b1c65c5..210811e7685 100755 --- 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"