Change BUILD to remove e2e_node as a reference

This commit is contained in:
Aaron Crickenberger 2018-08-07 09:19:51 -07:00
parent 6ae4c03fb7
commit 27d215c58f

View File

@ -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"],
)