diff options
author | Andrei Vagin <avagin@google.com> | 2019-01-09 13:13:04 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-01-09 13:14:28 -0800 |
commit | 252e57992d0a5872bb0f1f41c38c004662a729de (patch) | |
tree | c6661c1eb38a5db960e133d152a8f8c4ffe85bf3 /test/syscalls/BUILD | |
parent | d321f575e2acec6f1077ab09ff0a089fa6ac0ec6 (diff) |
Allow to specify a custom path to runsc for syscall-test-runner
PiperOrigin-RevId: 228574092
Change-Id: Id93abcca1ce964eb595907df9355702d469bc33b
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 12c7049e7..674e4b5b1 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -535,8 +535,6 @@ go_binary( ], deps = [ "//pkg/log", - "//runsc/boot", - "//runsc/container", "//runsc/specutils", "//runsc/test/testutil", "//test/syscalls/gtest", |