mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Change BUILD to remove e2e_node as a reference
This commit is contained in:
parent
6ae4c03fb7
commit
27d215c58f
@ -34,7 +34,7 @@ genrule(
|
|||||||
"//test/e2e_node:all-srcs",
|
"//test/e2e_node:all-srcs",
|
||||||
],
|
],
|
||||||
outs = ["conformance.txt"],
|
outs = ["conformance.txt"],
|
||||||
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) $(locations //test/e2e_node:all-srcs) > $@",
|
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) > $@",
|
||||||
message = "Listing all conformance tests.",
|
message = "Listing all conformance tests.",
|
||||||
tools = [":conformance"],
|
tools = [":conformance"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user