Commit 26442cfb authored by Benjamin Elder's avatar Benjamin Elder

patch cmd/kubeadm/test/cmd/BUILD for bazel 0.10

parent d3b783d5
...@@ -22,10 +22,11 @@ go_test( ...@@ -22,10 +22,11 @@ go_test(
"token_test.go", "token_test.go",
"version_test.go", "version_test.go",
], ],
args = ["--kubeadm-path=../../kubeadm"], args = ["--kubeadm-path=$(location //cmd/kubeadm:kubeadm)"],
data = ["//cmd/kubeadm"], data = ["//cmd/kubeadm"],
embed = [":go_default_library"], embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/cmd/kubeadm/test/cmd", importpath = "k8s.io/kubernetes/cmd/kubeadm/test/cmd",
rundir = ".",
tags = [ tags = [
"integration", "integration",
"skip", "skip",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment