summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-11 19:40:03 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 12:43:28 +0200
commitf483e083139af72fc478f51422c97d6a0b96ce42 (patch)
tree5f6b19175e53dd3a26c424a25c08666db7bab590 /test/meson.build
parenttest: Rename testsuite-XX units to match test name (diff)
downloadsystemd-f483e083139af72fc478f51422c97d6a0b96ce42.tar.xz
systemd-f483e083139af72fc478f51422c97d6a0b96ce42.zip
test: Simplify argument/variable names
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 26fbd56282..73b72281ca 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -370,7 +370,7 @@ foreach integration_test : integration_tests
integration_test_args = [
'--meson-source-dir', meson.project_source_root(),
'--meson-build-dir', meson.project_build_root(),
- '--test-name', integration_test['name'],
+ '--name', integration_test['name'],
'--storage', integration_test['storage'],
'--firmware', integration_test['firmware'],
]