diff --git a/http/server_test.go b/http/server_test.go index 8b3b1b6..d285e06 100644 --- a/http/server_test.go +++ b/http/server_test.go @@ -415,7 +415,7 @@ func runHTTP2ProxyTests(t *testing.T, server *httptest.Server, proxyURL *url.URL args := buildCurlArgs(c) curl := exec.Command("curl", args...) bs, err := curl.CombinedOutput() - require.NoErrorf(t, err, "failed to execute curl") + require.NoErrorf(t, err, "failed to execute curl: %v", bs) if c.method == http.MethodHead { return // no body