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',
]
test_params = {
'mkosi_args' : [],
'timeout' : 1800,
- 'storage': 'volatile',
+ 'storage' : 'volatile',
}
# TODO: This fs.exists call isn't included in rebuild logic
# 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