summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-01-11 14:29:09 -0800
committerShentubot <shentubot@google.com>2019-01-11 14:30:13 -0800
commit1bcc1229e8b89d516b0a741f3aa042b29175ebd2 (patch)
tree17fd2efb196e506bce98de8e567be244367e1a72 /test
parent864eac4a5baa80df0cee611ca8dd43e2910c5c49 (diff)
Make syscall_test_runner binary testonly.
PiperOrigin-RevId: 228945914 Change-Id: Idfa0a3c27434655b5f9ac241f1726e0bc9ef0392
Diffstat (limited to 'test')
-rw-r--r--test/syscalls/BUILD1
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",