1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 07:53: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:
Robert Hensing 2024-12-09 16:49:02 +01:00
parent 3081e7ce90
commit 1edf868213

View file

@ -19,11 +19,11 @@ let
testNixVersions = pkgs: daemon:
pkgs.nixComponents.nix-functional-tests.override {
pname =
"nix-tests"
"nix-daemon-compat-tests"
+ lib.optionalString
(lib.versionAtLeast daemon.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;
};