mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: avoid infinite reboot on failure
If systemd-pcrphase-initrd.service and friends failed for some reasons, the test VM will reboot infinitely and the test will timeout. Let's propagate the failure to the host and fail the test earlier in that case.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
7ae7c014c3
commit
d526ab8a9a
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
FailureAction=exit
|
||||
Reference in New Issue
Block a user