diff --git a/test/conformance/BUILD b/test/conformance/BUILD index 95b10426854..249647e4226 100644 --- a/test/conformance/BUILD +++ b/test/conformance/BUILD @@ -34,7 +34,7 @@ genrule( "//test/e2e_node:all-srcs", ], 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.", tools = [":conformance"], )