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

nixosTests.samba: migrate to runTest (#399183)

parents 0eda95cc bd49230e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1176,7 +1176,7 @@ in
  rustls-libssl = handleTest ./rustls-libssl.nix { };
  rxe = handleTest ./rxe.nix { };
  sabnzbd = handleTest ./sabnzbd.nix { };
  samba = handleTest ./samba.nix { };
  samba = runTest ./samba.nix;
  samba-wsdd = handleTest ./samba-wsdd.nix { };
  sane = handleTest ./sane.nix { };
  sanoid = handleTest ./sanoid.nix { };
+38 −40
Original line number Diff line number Diff line
import ./make-test-python.nix (
  { pkgs, lib, ... }:
{ lib, ... }:
{
  name = "samba";

@@ -47,4 +46,3 @@ import ./make-test-python.nix (
    client.succeed("[[ $(cat /public/foo) = bar ]]")
  '';
}
)