integration-tests: Misc fixes after modularization

This commit is contained in:
Zhaofeng Li 2022-12-01 10:55:27 -07:00
parent d597bdf4b3
commit 2e62cede0a
2 changed files with 2 additions and 6 deletions

View file

@ -10,9 +10,5 @@
allow-apply-all = import ./allow-apply-all {}; allow-apply-all = import ./allow-apply-all {};
apply-stable = let apply-stable = import ./apply { pkgs = import ./nixpkgs-stable.nix; };
test = import ./apply { pkgs = import ./nixpkgs-stable.nix; };
in test.override (old: {
name = "apply-stable";
});
} }

View file

@ -2,7 +2,7 @@
let let
tools = pkgs.callPackage ../tools.nix {}; tools = pkgs.callPackage ../tools.nix {};
in tools.makeTest { in tools.runTest {
name = "colmena-parallel"; name = "colmena-parallel";
colmena.test = { colmena.test = {