summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-08-31 14:56:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-08-31 14:56:19 +0000
commit9359bf11d58f5a2803ce93ad69db2926fc986ddb (patch)
treed1b4299c22862f2b1b6ac039f04e8d3d69830b31 /release.nix
parenta2945a2eb211661a0aa99be666c50ba269e11cab (diff)
downloadnixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.tar
nixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.tar.gz
nixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.tar.bz2
nixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.tar.lz
nixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.tar.xz
nixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.tar.zst
nixpkgs-9359bf11d58f5a2803ce93ad69db2926fc986ddb.zip
* Build the Subversion test in Hydra (as a regression test for NixOS).
* Pass the location to the services tree around instead of requiring
  it to be in ../services.

svn path=/nixos/trunk/; revision=16901
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index abf1ed95669..f2dd8e8bcbe 100644
--- a/release.nix
+++ b/release.nix
@@ -96,6 +96,14 @@ let
       module = ./modules/installer/cd-dvd/installation-cd-graphical.nix;
       description = "graphical";
     };
+
+
+    tests.subversion =
+      { services ? ../services }:
+
+      (import ./tests/subversion.nix {
+        inherit nixpkgs services;
+      }).report;
     
 
   };