Skip to content

Commit

Permalink
Change BUILD to remove e2e_node as a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Aug 7, 2018
1 parent 6ae4c03 commit 27d215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
Expand Down

0 comments on commit 27d215c

Please sign in to comment.