diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2023-12-05 19:06:40 +0100 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2023-12-13 18:55:46 +0100 |
commit | eae7ce2d6165897261b3f7a25d57cb59cf7bb3fe (patch) | |
tree | 71e3ceac6650816a1f5376f26d416e775a8c1410 | |
parent | test: mount overlayfs over /usr in some tests (diff) | |
download | systemd-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.conf | 2 |
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 |