Run all tests on both 32 and 64 bit
This commit is contained in:
parent
719aeb36ca
commit
c6abc572e8
@ -193,10 +193,9 @@ let
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
tests =
|
tests = { system ? "x86_64-linux" }:
|
||||||
let
|
let
|
||||||
t = import ./tests { system = "i686-linux"; };
|
t = import ./tests { inherit system; };
|
||||||
t_64 = import ./tests { system = "x86_64-linux"; };
|
|
||||||
in {
|
in {
|
||||||
avahi = t.avahi.test;
|
avahi = t.avahi.test;
|
||||||
bittorrent = t.bittorrent.test;
|
bittorrent = t.bittorrent.test;
|
||||||
@ -207,7 +206,6 @@ let
|
|||||||
installer.rebuildCD = t.installer.rebuildCD.test;
|
installer.rebuildCD = t.installer.rebuildCD.test;
|
||||||
installer.separateBoot = t.installer.separateBoot.test;
|
installer.separateBoot = t.installer.separateBoot.test;
|
||||||
installer.simple = t.installer.simple.test;
|
installer.simple = t.installer.simple.test;
|
||||||
installer.simple_64 = t_64.installer.simple.test;
|
|
||||||
installer.swraid = t.installer.swraid.test;
|
installer.swraid = t.installer.swraid.test;
|
||||||
ipv6 = t.ipv6.test;
|
ipv6 = t.ipv6.test;
|
||||||
kde4 = t.kde4.test;
|
kde4 = t.kde4.test;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user