Unverified Commit 4f57c255 authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

nixosTests.unit-php: migrate to runTest

Part of #386873
parent 3155ac1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1257,7 +1257,7 @@ in {
  umurmur = handleTest ./umurmur.nix {};
  unbound = handleTest ./unbound.nix {};
  unifi = handleTest ./unifi.nix {};
  unit-php = handleTest ./web-servers/unit-php.nix {};
  unit-php = runTest ./web-servers/unit-php.nix;
  unit-perl = handleTest ./web-servers/unit-perl.nix {};
  upnp.iptables = handleTest ./upnp.nix { useNftables = false; };
  upnp.nftables = handleTest ./upnp.nix { useNftables = true; };
+50 −52
Original line number Diff line number Diff line
import ../make-test-python.nix (
{ pkgs, ... }:
let
  testdir = pkgs.writeTextDir "www/info.php" "<?php phpinfo();";
@@ -59,4 +58,3 @@ import ../make-test-python.nix (
    machine.shutdown()
  '';
}
)