mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
kubernetes-kcp.tests: fix the eval (#361669)
This commit is contained in:
commit
73ba95d2d7
@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
testers,
|
||||
kubernetes-kcp,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -50,6 +51,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = kubernetes-kcp;
|
||||
command = "kcp --version";
|
||||
# NOTE: Once the go.mod version is pulled in, the version info here needs
|
||||
# to be also updated.
|
||||
|
Loading…
Reference in New Issue
Block a user