From d99deaaaea0f0ef1ad0714e666c93f247aa48d49 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 28 Apr 2024 20:46:14 +0200 Subject: [PATCH] mkosi: Disable --runtime-scratch=no for tests Breaks TEST-83-BTRFS if enabled. --- test/integration-test-wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index d30fa30c871..e8b14926f4e 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -102,6 +102,7 @@ def main(): '--credential', f"systemd.unit-dropin.{test_unit}={shlex.quote(dropin)}", '--runtime-network=none', + '--runtime-scratch=no', '--append', '--kernel-command-line-extra', ' '.join([ -- 2.39.2