Unverified Commit ac103156 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.node-red: migrate to runTest (#394465)

parents 3909a3ff 04456442
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -846,7 +846,7 @@ in {
  };
  nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
  nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {};
  node-red = handleTest ./node-red.nix {};
  node-red = runTest ./node-red.nix;
  nomad = runTest ./nomad.nix;
  non-default-filesystems = handleTest ./non-default-filesystems.nix {};
  non-switchable-system = runTest ./non-switchable-system.nix;
+31 −33
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:
{
  name = "nodered";
@@ -35,4 +34,3 @@ import ./make-test-python.nix (
        )
  '';
}
)