all tests: added meta.maintainers section

This commit is contained in:
Joachim Schiele
2015-07-12 12:29:51 +02:00
parent 7e021a0fd6
commit 0731489953
56 changed files with 242 additions and 92 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
import ./make-test.nix (
import ./make-test.nix ({ pkgs, ...} :
let
@@ -15,6 +15,9 @@ in
{
name = "proxy";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
};
nodes =
{ proxy =
@@ -89,5 +92,4 @@ in
$backend2->unblock;
$client->succeed("curl --fail http://proxy/");
'';
})