1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/tests/systemd-boot: improve assertion error for update test

This commit is contained in:
Jörg Thalheim 2023-10-10 10:18:53 +02:00 committed by Jörg Thalheim
parent 865a2cf8c1
commit 8335022649

View file

@ -107,7 +107,7 @@ in
)
output = machine.succeed("/run/current-system/bin/switch-to-configuration boot")
assert "updating systemd-boot from 000.0-1-notnixos to " in output
assert "updating systemd-boot from 000.0-1-notnixos to " in output, "Couldn't find systemd-boot update message"
'';
};