diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-11 19:40:03 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-14 12:43:28 +0200 |
commit | f483e083139af72fc478f51422c97d6a0b96ce42 (patch) | |
tree | 5f6b19175e53dd3a26c424a25c08666db7bab590 /test/meson.build | |
parent | test: Rename testsuite-XX units to match test name (diff) | |
download | systemd-f483e083139af72fc478f51422c97d6a0b96ce42.tar.xz systemd-f483e083139af72fc478f51422c97d6a0b96ce42.zip |
test: Simplify argument/variable names
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 2 |
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'], ] |