Run all tests on both 32 and 64 bit

This commit is contained in:
Eelco Dolstra 2012-10-24 12:59:19 +02:00
parent 719aeb36ca
commit c6abc572e8

View File

@ -193,10 +193,9 @@ let
*/
tests =
tests = { system ? "x86_64-linux" }:
let
t = import ./tests { system = "i686-linux"; };
t_64 = import ./tests { system = "x86_64-linux"; };
t = import ./tests { inherit system; };
in {
avahi = t.avahi.test;
bittorrent = t.bittorrent.test;
@ -207,7 +206,6 @@ let
installer.rebuildCD = t.installer.rebuildCD.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;
ipv6 = t.ipv6.test;
kde4 = t.kde4.test;