From bdade5f5971966e400f2f2d977bc36f1c180aacb Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 2 May 2024 08:52:50 +0200 Subject: [PATCH] test: Formatting fixes --- test/TEST-09-REBOOT/meson.build | 2 +- test/integration-test-wrapper.py | 2 +- test/meson.build | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/TEST-09-REBOOT/meson.build b/test/TEST-09-REBOOT/meson.build index 30a5a10707b..7f5cc704c9d 100644 --- a/test/TEST-09-REBOOT/meson.build +++ b/test/TEST-09-REBOOT/meson.build @@ -1,5 +1,5 @@ # SPDX-License-Identifier: LGPL-2.1-or-later -test_params = test_params + { +test_params += { 'storage': 'persistent', } diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index af8be892640..f3b1172a5d5 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -119,7 +119,7 @@ def main(): else [] ), ]), - '--credential', f"journal.storage={'persistent' if sys.stderr.isatty() else args.storage}" , + '--credential', f"journal.storage={'persistent' if sys.stderr.isatty() else args.storage}", *args.mkosi_args, 'qemu', ] diff --git a/test/meson.build b/test/meson.build index 161f24dc0bc..c4f4057e594 100644 --- a/test/meson.build +++ b/test/meson.build @@ -412,7 +412,7 @@ foreach test_number, dirname : integration_tests test_params = { 'mkosi_args' : [], 'timeout' : 1800, - 'storage': 'volatile', + 'storage' : 'volatile', } # TODO: This fs.exists call isn't included in rebuild logic @@ -435,9 +435,9 @@ foreach test_number, dirname : integration_tests # on every "ninja -C build". Instead, the mkosi target has to be rebuilt manually before # running the integration tests with mkosi. test(dirname, - integration_test_wrapper, - env: test_env, - args : args, - timeout : test_params['timeout'], - suite : 'integration-tests') + integration_test_wrapper, + env : test_env, + args : args, + timeout : test_params['timeout'], + suite : 'integration-tests') endforeach -- 2.47.3