diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-05-25 03:11:11 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-05-25 20:11:24 +0200 |
commit | 7d93a340aa7df516e654f7eba828ec5ca0fa9f7d (patch) | |
tree | 38e34a10e2fb946282f7d7183081fbfa4e4066ef /test | |
parent | unit: also stop systemd-journal-flush.service on soft-reboot (diff) | |
download | systemd-7d93a340aa7df516e654f7eba828ec5ca0fa9f7d.tar.xz systemd-7d93a340aa7df516e654f7eba828ec5ca0fa9f7d.zip |
test: enable persistent storage for journal in TEST-82-SOFTREBOOT
Diffstat (limited to 'test')
-rw-r--r-- | test/TEST-82-SOFTREBOOT/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-82-SOFTREBOOT/meson.build b/test/TEST-82-SOFTREBOOT/meson.build index 77627e2d54..a9b26ffd84 100644 --- a/test/TEST-82-SOFTREBOOT/meson.build +++ b/test/TEST-82-SOFTREBOOT/meson.build @@ -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', }, ] |