diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-01-11 14:29:09 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-01-11 14:30:13 -0800 |
commit | 1bcc1229e8b89d516b0a741f3aa042b29175ebd2 (patch) | |
tree | 17fd2efb196e506bce98de8e567be244367e1a72 /test | |
parent | 864eac4a5baa80df0cee611ca8dd43e2910c5c49 (diff) |
Make syscall_test_runner binary testonly.
PiperOrigin-RevId: 228945914
Change-Id: Idfa0a3c27434655b5f9ac241f1726e0bc9ef0392
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 674e4b5b1..89cf659c3 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -529,6 +529,7 @@ syscall_test(test = "//test/syscalls/linux:write_test") go_binary( name = "syscall_test_runner", + testonly = True, srcs = ["syscall_test_runner.go"], data = [ "//runsc", |