From: Daan De Meyer Date: Sun, 5 May 2024 09:46:43 +0000 (+0200) Subject: TEST-04-JOURNAL: Run with persistent journal X-Git-Tag: v256-rc2~97^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74fb048f927c7fa1d64db4b8da83aef2a377f41;p=thirdparty%2Fsystemd.git TEST-04-JOURNAL: Run with persistent journal This test depends on having the journal in /var/log/journal. --- diff --git a/test/TEST-04-JOURNAL/meson.build b/test/TEST-04-JOURNAL/meson.build new file mode 100644 index 00000000000..7f5cc704c9d --- /dev/null +++ b/test/TEST-04-JOURNAL/meson.build @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +test_params += { + 'storage': 'persistent', +}