remove redundant comments in test build.go

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 32b81dae29fbb6f831cda5e9db1c120f78cd4a91
Component: engine
This commit is contained in:
allencloud
2017-03-27 10:59:13 +08:00
parent 6a15e35779
commit d840f6fbf0
@@ -21,9 +21,8 @@ func WithoutCache(cmd *icmd.Cmd) func() {
return nil
}
// WithContextPath set the build context path
// WithContextPath sets the build context path
func WithContextPath(path string) func(*icmd.Cmd) func() {
// WithContextPath sets the build context path
return func(cmd *icmd.Cmd) func() {
cmd.Command = append(cmd.Command, path)
return nil