Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1175,7 +1175,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 { }; Loading nixos/tests/samba.nix +38 −40 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { lib, ... }: { name = "samba"; Loading Loading @@ -47,4 +46,3 @@ import ./make-test-python.nix ( client.succeed("[[ $(cat /public/foo) = bar ]]") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1175,7 +1175,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 { }; Loading
nixos/tests/samba.nix +38 −40 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { lib, ... }: { name = "samba"; Loading Loading @@ -47,4 +46,3 @@ import ./make-test-python.nix ( client.succeed("[[ $(cat /public/foo) = bar ]]") ''; } )