mirror of
https://github.com/NixOS/nix
synced 2025-07-09 12:03:55 +02:00
rename: nix-tests -> nix-daemon-compat-tests
I think I have failed to read the very long version-garbage-like string for the second time now, leaving me oblivious to the crucial info that a test failure happens in the context of an older daemon.
This commit is contained in:
parent
3081e7ce90
commit
1edf868213
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ let
|
||||||
testNixVersions = pkgs: daemon:
|
testNixVersions = pkgs: daemon:
|
||||||
pkgs.nixComponents.nix-functional-tests.override {
|
pkgs.nixComponents.nix-functional-tests.override {
|
||||||
pname =
|
pname =
|
||||||
"nix-tests"
|
"nix-daemon-compat-tests"
|
||||||
+ lib.optionalString
|
+ lib.optionalString
|
||||||
(lib.versionAtLeast daemon.version "2.4pre20211005" &&
|
(lib.versionAtLeast daemon.version "2.4pre20211005" &&
|
||||||
lib.versionAtLeast pkgs.nix.version "2.4pre20211005")
|
lib.versionAtLeast pkgs.nix.version "2.4pre20211005")
|
||||||
"-${pkgs.nix.version}-against-${daemon.version}";
|
"-${pkgs.nix.version}-with-daemon-${daemon.version}";
|
||||||
|
|
||||||
test-daemon = daemon;
|
test-daemon = daemon;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue