diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-15 10:09:53 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-15 10:09:53 +0200 |
commit | b13b7978e7f5d777543cb67db155b2011c055dd4 (patch) | |
tree | 7952bc91ccd15e5d7f84a665f0b5fa02fb8cde4d /test/meson.build | |
parent | test: Rename "shutdown initrd" to "exitrd" (diff) | |
download | systemd-b13b7978e7f5d777543cb67db155b2011c055dd4.tar.xz systemd-b13b7978e7f5d777543cb67db155b2011c055dd4.zip |
test: Enable TEST-08-INITRD on mkosi
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 2 |
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 |