]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-06-SELINUX/meson.build
test: Add cmdline field to configure extra kernel command line args
[thirdparty/systemd.git] / test / TEST-06-SELINUX / meson.build
index ec4b502b942e49456b8cae4f8d130e81f19bff1b..dd1dfb0bafe56fd18a7a9b2900e0fb8aea87483c 100644 (file)
@@ -3,9 +3,7 @@
 integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
-                'mkosi-args' : integration_test_template['mkosi-args'] + [
-                        '--kernel-command-line-extra=selinux=1 lsm=selinux'
-                ],
+                'cmdline' : integration_test_template['cmdline'] + ['selinux=1', 'lsm=selinux'],
                 # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
                 'firmware' : 'uefi',
         },