nixos/tests/sabnzbd: add check for sabctools mismatch

This commit is contained in:
Adam Stephens 2023-10-11 08:44:40 -04:00
parent 0b1d5a58e7
commit cb719dfa72
No known key found for this signature in database

View File

@ -18,5 +18,8 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
machine.wait_until_succeeds(
"curl --fail -L http://localhost:8080/"
)
_, out = machine.execute("grep SABCTools /var/lib/sabnzbd/logs/sabnzbd.log")
machine.log(out)
machine.fail("grep 'SABCTools disabled: no correct version found!' /var/lib/sabnzbd/logs/sabnzbd.log")
'';
})