mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
28e1b64f0d
commit
754a229d74
2 changed files with 41 additions and 43 deletions
|
@ -516,7 +516,7 @@ in
|
||||||
ghostunnel = handleTest ./ghostunnel.nix { };
|
ghostunnel = handleTest ./ghostunnel.nix { };
|
||||||
gitdaemon = handleTest ./gitdaemon.nix { };
|
gitdaemon = handleTest ./gitdaemon.nix { };
|
||||||
gitea = handleTest ./gitea.nix { giteaPackage = pkgs.gitea; };
|
gitea = handleTest ./gitea.nix { giteaPackage = pkgs.gitea; };
|
||||||
github-runner = handleTest ./github-runner.nix { };
|
github-runner = runTest ./github-runner.nix;
|
||||||
gitlab = runTest ./gitlab.nix;
|
gitlab = runTest ./gitlab.nix;
|
||||||
gitolite = handleTest ./gitolite.nix { };
|
gitolite = handleTest ./gitolite.nix { };
|
||||||
gitolite-fcgiwrap = handleTest ./gitolite-fcgiwrap.nix { };
|
gitolite-fcgiwrap = handleTest ./gitolite-fcgiwrap.nix { };
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "github-runner";
|
name = "github-runner";
|
||||||
|
@ -46,4 +45,3 @@ import ./make-test-python.nix (
|
||||||
machine.fail("systemctl list-unit-files | grep test-disabled")
|
machine.fail("systemctl list-unit-files | grep test-disabled")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue