From 27d215c58f93e5576b8d15295a50522a769809c1 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Tue, 7 Aug 2018 09:19:51 -0700 Subject: [PATCH] Change BUILD to remove e2e_node as a reference --- test/conformance/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/BUILD b/test/conformance/BUILD index 95b1042685..249647e422 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"], )