diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 12:56:19 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 12:56:19 -0400 |
commit | e41089244b300af2b3e51ac1e9501b4cfe42264e (patch) | |
tree | 7e55e6dbe5037ca446cea38cf398bcf63e8ba4d5 /test/endpoint/endpoint.go | |
parent | 35567e706b5009ead40c0eaef7c5c1199cd8d448 (diff) | |
download | podman-e41089244b300af2b3e51ac1e9501b4cfe42264e.tar.gz podman-e41089244b300af2b3e51ac1e9501b4cfe42264e.tar.bz2 podman-e41089244b300af2b3e51ac1e9501b4cfe42264e.zip |
Attempt to turn on build_without_cgo tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/endpoint/endpoint.go')
-rw-r--r-- | test/endpoint/endpoint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/endpoint/endpoint.go b/test/endpoint/endpoint.go index 284f0d79c..6f4ae6b1f 100644 --- a/test/endpoint/endpoint.go +++ b/test/endpoint/endpoint.go @@ -73,7 +73,7 @@ func (p *EndpointTestIntegration) startVarlink(useImageCache bool) { varlinkEndpoint := p.VarlinkEndpoint //p.SetVarlinkAddress(p.RemoteSocket) - args := []string{"varlink", "--timeout", "0", varlinkEndpoint} + args := []string{"varlink", "--time", "0", varlinkEndpoint} podmanOptions := getVarlinkOptions(p, args) if useImageCache { cacheOptions := []string{"--storage-opt", fmt.Sprintf("%s.imagestore=%s", p.ImageCacheFS, p.ImageCacheDir)} |