mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
16 lines
335 B
Meson
16 lines
335 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
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
|
|
|
|
''',
|
|
]),
|
|
],
|
|
}
|