forked from mirrors/nixpkgs
nixos/tests/sabnzbd: add check for sabctools mismatch
This commit is contained in:
parent
0b1d5a58e7
commit
cb719dfa72
|
@ -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")
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue