mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
14 lines
289 B
Meson
14 lines
289 B
Meson
test_params += {
|
|
'mkosi_args': test_params['mkosi_args'] + [
|
|
'--kernel-command-line-extra=' + ' '.join([
|
|
'''
|
|
frobnicate!
|
|
|
|
systemd.setenv=TEST_CMDLINE_NEWLINE=foo
|
|
systemd.setenv=TEST_CMDLINE_NEWLINE=bar
|
|
|
|
''',
|
|
]),
|
|
],
|
|
}
|