Change BUILD to remove e2e_node as a reference

pull/8/head
Aaron Crickenberger 2018-08-07 09:19:51 -07:00
parent 6ae4c03fb7
commit 27d215c58f
1 changed files with 1 additions and 1 deletions

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