Author: eelco
Date: Sun Apr  1 20:51:10 2012
New Revision: 33529
URL: https://nixos.org/websvn/nix/?rev=33529&sc=1

Log:
* Quick hack to do a 64-bit installer test.

Modified:
   nixos/trunk/release.nix

Modified: nixos/trunk/release.nix
==============================================================================
--- nixos/trunk/release.nix     Sun Apr  1 19:51:53 2012        (r33528)
+++ nixos/trunk/release.nix     Sun Apr  1 20:51:10 2012        (r33529)
@@ -164,9 +164,8 @@
 
     tests =
       let
-        t = import ./tests {
-          system = "i686-linux";
-        };
+        t = import ./tests { system = "i686-linux"; };
+        t_64 = import ./tests { system = "x86_64-linux"; };
       in {
         avahi = t.avahi.test;
         bittorrent = t.bittorrent.test;
@@ -175,6 +174,7 @@
         installer.lvm = t.installer.lvm.test;
         installer.separateBoot = t.installer.separateBoot.test;
         installer.simple = t.installer.simple.test;
+        installer.simple_64 = t_64.installer.simple.test;
         installer.swraid = t.installer.swraid.test;
         installer.rebuildCD = t.installer.rebuildCD.test;
         ipv6 = t.ipv6.test;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to