From abca7a87dae576c2f44509d9406bc3e0dbbd3706 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 Jun 2015 18:02:54 +0200 Subject: [PATCH] Cleanup --- release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.nix b/release.nix index a0860ecf..e10380c3 100644 --- a/release.nix +++ b/release.nix @@ -174,7 +174,7 @@ in rec { tests.install = genAttrs' (system: with import { inherit system; }; simpleTest { - machine = hydraServer (builtins.getAttr system build); # build.${system} + machine = hydraServer build.${system}; testScript = '' $machine->waitForJob("hydra-init"); @@ -189,7 +189,7 @@ in rec { tests.api = genAttrs' (system: with import { inherit system; }; simpleTest { - machine = hydraServer (builtins.getAttr system build); # build.${system} + machine = hydraServer build.${system}; testScript = let dbi = "dbi:Pg:dbname=hydra;user=root;"; in '' @@ -218,7 +218,7 @@ in rec { /* tests.s3backup = genAttrs' (system: with import { inherit system; }; - let hydra = builtins.getAttr system build; in # build."${system}" + let hydra = build.${system} simpleTest { machine = { config, pkgs, ... }: