summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-02 08:52:50 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-06 10:56:43 +0200
commitbdade5f5971966e400f2f2d977bc36f1c180aacb (patch)
treea5673df336309b93a9193f37a82ffcbbfddfe358 /test/meson.build
parentmeson: Add missing spdx line (diff)
downloadsystemd-bdade5f5971966e400f2f2d977bc36f1c180aacb.tar.xz
systemd-bdade5f5971966e400f2f2d977bc36f1c180aacb.zip
test: Formatting fixes
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build12
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