nixos/tests/mediawiki: Use curl --fail

wip/yesman
Scott Worley 4 years ago committed by Frederik Rietdijk
parent 0cb41a253f
commit 6cd28e4f07
  1. 2
      nixos/tests/mediawiki.nix

@ -22,7 +22,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
machine.wait_for_unit("phpfpm-mediawiki.service")
page = machine.succeed("curl -L http://localhost/")
page = machine.succeed("curl -fL http://localhost/")
assert "MediaWiki has been installed" in page
'';
})

Loading…
Cancel
Save