mirror of
https://github.com/systemd/systemd.git
synced 2024-12-04 15:53:41 +08:00
test: Formatting fixes
This commit is contained in:
parent
54d0507223
commit
bdade5f597
@ -1,5 +1,5 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
test_params = test_params + {
|
||||
test_params += {
|
||||
'storage': 'persistent',
|
||||
}
|
||||
|
@ -119,7 +119,7 @@ def main():
|
||||
else []
|
||||
),
|
||||
]),
|
||||
'--credential', f"journal.storage={'persistent' if sys.stderr.isatty() else args.storage}" ,
|
||||
'--credential', f"journal.storage={'persistent' if sys.stderr.isatty() else args.storage}",
|
||||
*args.mkosi_args,
|
||||
'qemu',
|
||||
]
|
||||
|
@ -412,7 +412,7 @@ foreach test_number, dirname : integration_tests
|
||||
test_params = {
|
||||
'mkosi_args' : [],
|
||||
'timeout' : 1800,
|
||||
'storage': 'volatile',
|
||||
'storage' : 'volatile',
|
||||
}
|
||||
|
||||
# TODO: This fs.exists call isn't included in rebuild logic
|
||||
@ -435,9 +435,9 @@ foreach test_number, dirname : integration_tests
|
||||
# on every "ninja -C build". Instead, the mkosi target has to be rebuilt manually before
|
||||
# running the integration tests with mkosi.
|
||||
test(dirname,
|
||||
integration_test_wrapper,
|
||||
env: test_env,
|
||||
args : args,
|
||||
timeout : test_params['timeout'],
|
||||
suite : 'integration-tests')
|
||||
integration_test_wrapper,
|
||||
env : test_env,
|
||||
args : args,
|
||||
timeout : test_params['timeout'],
|
||||
suite : 'integration-tests')
|
||||
endforeach
|
||||
|
Loading…
Reference in New Issue
Block a user