MCPcopy Create free account
hub / github.com/PasarGuard/node / runCommandNoFail

Function runCommandNoFail

backend/wireguard/integration_e2e_test.go:99–101  ·  view source on GitHub ↗
(name string, args ...string)

Source from the content-addressed store, hash-verified

97}
98
99func runCommandNoFail(name string, args ...string) {
100 _ = exec.Command(name, args...).Run()
101}
102
103func runInNamespace(ns string, args ...string) (string, error) {
104 cmdArgs := append([]string{"netns", "exec", ns}, args...)

Callers 1

createNamespaceFixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected