From 2583c122687ac7b1000bfa48571044790d5c28c2 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 6 Jul 2018 16:26:56 -0700 Subject: [PATCH] delete copied comment --- test/cmd/BUILD | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/test/cmd/BUILD b/test/cmd/BUILD index 772be10357..136d0c6b99 100644 --- a/test/cmd/BUILD +++ b/test/cmd/BUILD @@ -1,22 +1,3 @@ -# Scripts runnable from make, e.g. -# -# cd $GOPATH/src/k8s.io/kubernetes -# make test-e2e-node -# -# The sh_binary rules below exist only to validate -# dependencies; if a shell dependency is accidentally -# deleted, a presubmit BUILD will fail. -# -# If the scripts sourced their dependencies from -# $RUNFILES (rather than $BASH_SOURCE/../.. or -# whatever), then bazel build hack/... would install -# runnable, hermetically sealed shell "binaries". -# E.g. the following command would work: -# -# ./bazel-bin/hack/make-rules/test-e2e-node -# -# TODO(#47064): Should be a sh_test instead of sh_binary - sh_library( name = "legacy-script", srcs = glob(["*.sh"]),