mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
ceb8b4a5f9
commit
48232ce3d8
2 changed files with 20 additions and 22 deletions
|
@ -1412,7 +1412,7 @@ in
|
||||||
wakapi = runTest ./wakapi.nix;
|
wakapi = runTest ./wakapi.nix;
|
||||||
warzone2100 = handleTest ./warzone2100.nix { };
|
warzone2100 = handleTest ./warzone2100.nix { };
|
||||||
wasabibackend = handleTest ./wasabibackend.nix { };
|
wasabibackend = handleTest ./wasabibackend.nix { };
|
||||||
wastebin = handleTest ./wastebin.nix { };
|
wastebin = runTest ./wastebin.nix;
|
||||||
watchdogd = handleTest ./watchdogd.nix { };
|
watchdogd = handleTest ./watchdogd.nix { };
|
||||||
webhook = runTest ./webhook.nix;
|
webhook = runTest ./webhook.nix;
|
||||||
weblate = handleTest ./web-apps/weblate.nix { };
|
weblate = handleTest ./web-apps/weblate.nix { };
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import ./make-test-python.nix (
|
{ lib, ... }:
|
||||||
{ pkgs, lib, ... }:
|
|
||||||
{
|
{
|
||||||
name = "wastebin";
|
name = "wastebin";
|
||||||
|
|
||||||
|
@ -21,4 +20,3 @@ import ./make-test-python.nix (
|
||||||
machine.succeed("curl --fail http://localhost:8088/")
|
machine.succeed("curl --fail http://localhost:8088/")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue