MCPcopy Create free account
hub / github.com/efficientgo/e2e / wgetFlagsCmd

Function wgetFlagsCmd

env_docker_ext_test.go:19–21  ·  view source on GitHub ↗
(hostPort string)

Source from the content-addressed store, hash-verified

17)
18
19func wgetFlagsCmd(hostPort string) e2e.Command {
20 return e2e.NewCommandWithoutEntrypoint("/bin/sh", "-c", "wget http://"+hostPort+"/api/v1/status/flags -O /tmp/flags && cat /tmp/flags")
21}
22
23func TestDockerEnvironment(t *testing.T) {
24 t.Parallel()

Callers 1

TestDockerEnvironmentFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…