systemd/test/TEST-02-UNITTESTS/meson.build
2024-05-05 14:49:21 +02:00

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
''',
]),
],
}