aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/examples/bindata/BUILD.bazel
diff options
context:
space:
mode:
authorYannic <yannic@yannic-bonenberger.com>2018-10-26 17:00:44 +0200
committerJay Conrod <jayconrod@gmail.com>2018-10-26 11:00:44 -0400
commitee7ce06667755fcb0a37a2f625088b23505ad4ec (patch)
treebf8417dd71b4f64d02236cd150c820d865a4c0fd /tests/legacy/examples/bindata/BUILD.bazel
parent379acbe9e8346ba09caf5e3f6ec4964aecc0b9d1 (diff)
downloadbazelbuild-rules_go-ee7ce06667755fcb0a37a2f625088b23505ad4ec.tar.gz
Pass tests if rules_go is an external repository (#1614)
Some tests failed if they were ran with rules_go as external repository (`bazel test @io_bazel_rules_go//...` instead of `bazel test //...`). Passing all tests if ran like that is useful for users who import rules_go into their repository and have local modifications they want to test.
Diffstat (limited to 'tests/legacy/examples/bindata/BUILD.bazel')
-rw-r--r--tests/legacy/examples/bindata/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/legacy/examples/bindata/BUILD.bazel b/tests/legacy/examples/bindata/BUILD.bazel
index 1305345b..b4d58a26 100644
--- a/tests/legacy/examples/bindata/BUILD.bazel
+++ b/tests/legacy/examples/bindata/BUILD.bazel
@@ -5,6 +5,7 @@ bindata(
name = "data",
srcs = glob(["data/*"]),
package = "bindata",
+ strip_external = True,
)
go_library(