From 819a2502f28c17a0d01327902ce3ab62669754e9 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 16 Aug 2022 12:50:29 +0200 Subject: [PATCH] mkosi: Install tests in final image --- mkosi.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.3