From 2e62cede0aab7153424c6f9f5003e6ad0d48caea Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 1 Dec 2022 10:55:27 -0700 Subject: [PATCH] integration-tests: Misc fixes after modularization --- integration-tests/default.nix | 6 +----- integration-tests/parallel/default.nix | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/integration-tests/default.nix b/integration-tests/default.nix index 89655a1..5472b7d 100644 --- a/integration-tests/default.nix +++ b/integration-tests/default.nix @@ -10,9 +10,5 @@ allow-apply-all = import ./allow-apply-all {}; - apply-stable = let - test = import ./apply { pkgs = import ./nixpkgs-stable.nix; }; - in test.override (old: { - name = "apply-stable"; - }); + apply-stable = import ./apply { pkgs = import ./nixpkgs-stable.nix; }; } diff --git a/integration-tests/parallel/default.nix b/integration-tests/parallel/default.nix index b3f9b11..1c01e45 100644 --- a/integration-tests/parallel/default.nix +++ b/integration-tests/parallel/default.nix @@ -2,7 +2,7 @@ let tools = pkgs.callPackage ../tools.nix {}; -in tools.makeTest { +in tools.runTest { name = "colmena-parallel"; colmena.test = {