mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
f8c4e5e70b
commit
92d438cec9
2 changed files with 22 additions and 24 deletions
|
@ -795,7 +795,7 @@ in
|
|||
defaults.services.mongodb.package = config.node.pkgs.mongodb-ce;
|
||||
}
|
||||
);
|
||||
moodle = handleTest ./moodle.nix { };
|
||||
moodle = runTest ./moodle.nix;
|
||||
moonraker = handleTest ./moonraker.nix { };
|
||||
mopidy = handleTest ./mopidy.nix { };
|
||||
morph-browser = runTest ./morph-browser.nix;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import ./make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "moodle";
|
||||
meta.maintainers = [ lib.maintainers.aanderse ];
|
||||
|
@ -23,4 +22,3 @@ import ./make-test-python.nix (
|
|||
machine.wait_until_succeeds("curl http://localhost/ | grep 'You are not logged in'")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue