summaryrefslogtreecommitdiffhomepage
path: root/test/BUILD
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-06-06 22:08:49 -0700
committerShentubot <shentubot@google.com>2019-06-06 22:09:55 -0700
commite5fb3aab122c546441c595c2135a273468c5a997 (patch)
tree65ea5f4696069d3aedfe6dd1ef7daa58ac55c8e2 /test/BUILD
parentc933f3eede5634bf778dfb757fb68d927a43a7a8 (diff)
BUILD: Use runsc to generate version
This also ensures BUILD files are correctly formatted. PiperOrigin-RevId: 251990267
Diffstat (limited to 'test/BUILD')
-rw-r--r--test/BUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/BUILD b/test/BUILD
index e99b4e501..8e1dc5228 100644
--- a/test/BUILD
+++ b/test/BUILD
@@ -1,8 +1,4 @@
-# gVisor is a general-purpose sandbox.
-
-package(licenses = ["notice"])
-
-exports_files(["LICENSE"])
+package(licenses = ["notice"]) # Apache 2.0
# We need to define a bazel platform and toolchain to specify dockerPrivileged
# and dockerRunAsRoot options, they are required to run tests on the RBE