summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2023-12-05 19:06:40 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2023-12-13 18:55:46 +0100
commiteae7ce2d6165897261b3f7a25d57cb59cf7bb3fe (patch)
tree71e3ceac6650816a1f5376f26d416e775a8c1410
parenttest: mount overlayfs over /usr in some tests (diff)
downloadsystemd-eae7ce2d6165897261b3f7a25d57cb59cf7bb3fe.tar.xz
systemd-eae7ce2d6165897261b3f7a25d57cb59cf7bb3fe.zip
mkosi: Allow the output directory to be overridden
For integration tests it would be preferable to operate on a copy so tests can be run in parallel and avoid interfering.
-rw-r--r--mkosi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf b/mkosi.conf
index 9961407a04..5e941959e5 100644
--- a/mkosi.conf
+++ b/mkosi.conf
@@ -4,7 +4,7 @@
Images=system
[Output]
-OutputDirectory=mkosi.output
+@OutputDirectory=mkosi.output
BuildDirectory=mkosi.builddir
CacheDirectory=mkosi.cache