From 73c523a605d455eacee45d7cb811dfba45103e8b Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 16 Dec 2017 23:06:43 -0500 Subject: buildbot: add Python 3 support --- nixos/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 86383f502a72..5412080cca18 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -257,7 +257,7 @@ in rec { tests.boot = callSubTests tests/boot.nix {}; tests.boot-stage1 = callTest tests/boot-stage1.nix {}; tests.borgbackup = callTest tests/borgbackup.nix {}; - tests.buildbot = callTest tests/buildbot.nix {}; + tests.buildbot = callSubTests tests/buildbot.nix {}; tests.cadvisor = callTestOnMatchingSystems ["x86_64-linux"] tests/cadvisor.nix {}; tests.ceph = callTestOnMatchingSystems ["x86_64-linux"] tests/ceph.nix {}; tests.certmgr = callSubTests tests/certmgr.nix {}; -- cgit 1.4.1