test: enable persistent storage for journal in TEST-82-SOFTREBOOT

This commit is contained in:
Yu Watanabe 2024-05-25 10:11:11 +09:00
parent 7ae27cefd7
commit 7d93a340aa

View file

@ -5,5 +5,6 @@ integration_tests += [
'name' : fs.name(meson.current_source_dir()),
'unit' : files('TEST-82-SOFTREBOOT.service'),
'cmdline' : ['systemd.set_credential=kernelcmdlinecred:uff'],
'storage' : 'persistent',
},
]