diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-02 08:52:50 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-06 10:56:43 +0200 |
commit | bdade5f5971966e400f2f2d977bc36f1c180aacb (patch) | |
tree | a5673df336309b93a9193f37a82ffcbbfddfe358 /test/meson.build | |
parent | meson: Add missing spdx line (diff) | |
download | systemd-bdade5f5971966e400f2f2d977bc36f1c180aacb.tar.xz systemd-bdade5f5971966e400f2f2d977bc36f1c180aacb.zip |
test: Formatting fixes
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/meson.build b/test/meson.build index 161f24dc0b..c4f4057e59 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 |