3
0
Fork 0
forked from mirrors/nixpkgs

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

svn path=/nixos/trunk/; revision=33529
This commit is contained in:
Eelco Dolstra 2012-04-01 20:51:10 +00:00
parent a1e86494d0
commit 9a13952494

View file

@ -164,9 +164,8 @@ let
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 @@ let
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;