diff options
author | Andrei Vagin <avagin@google.com> | 2019-06-18 01:40:12 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-18 01:41:29 -0700 |
commit | 3d1e44a677ecacbf81888211a93cef0a71c1c6c0 (patch) | |
tree | 39ba6e6996c2adff48c464e3de395f706b3a435d /runsc/test/image | |
parent | 66cc0e9f928218ca642a41fa67bb163197aa1f37 (diff) |
gvisor/kokoro: don't modify tests names in the BUILD file
PiperOrigin-RevId: 253746380
Diffstat (limited to 'runsc/test/image')
-rw-r--r-- | runsc/test/image/BUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD index f3ceccb69..58758fde5 100644 --- a/runsc/test/image/BUILD +++ b/runsc/test/image/BUILD @@ -1,8 +1,9 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") +load("@io_bazel_rules_go//go:def.bzl", "go_library") +load("//runsc/test:build_defs.bzl", "runtime_test") package(licenses = ["notice"]) -go_test( +runtime_test( name = "image_test", size = "large", srcs = [ |