]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-74-AUX-UTILS: Use persistent journal
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 5 May 2024 09:44:50 +0000 (11:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 09:57:09 +0000 (11:57 +0200)
This test depends on having the journal in /var/log/journal.

test/TEST-74-AUX-UTILS/meson.build [new file with mode: 0644]

diff --git a/test/TEST-74-AUX-UTILS/meson.build b/test/TEST-74-AUX-UTILS/meson.build
new file mode 100644 (file)
index 0000000..7f5cc70
--- /dev/null
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+test_params += {
+        'storage': 'persistent',
+}