MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / runHTTPSSetup

Function runHTTPSSetup

scripts/https_setup_test.go:484–493  ·  view source on GitHub ↗
(t *testing.T, configPath string, input string, extraEnv map[string]string)

Source from the content-addressed store, hash-verified

482}
483
484func runHTTPSSetup(t *testing.T, configPath string, input string, extraEnv map[string]string) string {
485 t.Helper()
486
487 output, err := runHTTPSSetupCommand(t, configPath, input, extraEnv)
488 if err != nil {
489 t.Fatalf("https-setup.sh failed: %v\n%s", err, output)
490 }
491
492 return output
493}
494
495func runHTTPSSetupExpectError(t *testing.T, configPath string, input string, extraEnv map[string]string) (string, error) {
496 t.Helper()

Calls 1

runHTTPSSetupCommandFunction · 0.85

Tested by

no test coverage detected