mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
parent
d3f5b059bb
commit
bd49230ea4
2 changed files with 42 additions and 44 deletions
|
@ -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 { };
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
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 ]]")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue