diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration-test-wrapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index 2d2fba25eb..1e003342df 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -110,6 +110,7 @@ def main(): f"SYSTEMD_UNIT_PATH=/usr/lib/systemd/tests/testdata/testsuite-{args.test_number}.units:/usr/lib/systemd/tests/testdata/units:", f"systemd.unit={test_unit}", ]), + '--credential', f"journal.storage={'persistent' if sys.stderr.isatty() else 'runtime'}" , *args.mkosi_args, 'qemu', *(['-no-reboot'] if not sys.stderr.isatty() else []) |