kubernetes-kcp.tests: fix the eval (#361669)

This commit is contained in:
Aleksana 2024-12-04 14:32:29 +08:00 committed by GitHub
commit 73ba95d2d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.