summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-15 10:09:53 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-15 10:09:53 +0200
commitb13b7978e7f5d777543cb67db155b2011c055dd4 (patch)
tree7952bc91ccd15e5d7f84a665f0b5fa02fb8cde4d /test/meson.build
parenttest: Rename "shutdown initrd" to "exitrd" (diff)
downloadsystemd-b13b7978e7f5d777543cb67db155b2011c055dd4.tar.xz
systemd-b13b7978e7f5d777543cb67db155b2011c055dd4.zip
test: Enable TEST-08-INITRD on mkosi
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 1026be67cb..bb91ec8875 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -292,6 +292,7 @@ integration_test_template = {
'cmdline' : [],
'credentials' : [],
'qemu-args' : [],
+ 'exit-code' : 123,
}
testdata_subdirs = [
'auxv',
@@ -384,6 +385,7 @@ foreach integration_test : integration_tests
'--name', integration_test['name'],
'--storage', integration_test['storage'],
'--firmware', integration_test['firmware'],
+ '--exit-code', integration_test['exit-code'].to_string(),
]
if 'unit' in integration_test