From cb2c7ac72b0053496d5bb110f2c0a2678610a53f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 22 Oct 2020 14:35:30 -0700 Subject: [PATCH] Fix h2psec CI script, since debug output of socket addresses changed (#493) --- ci/h2spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/h2spec.sh b/ci/h2spec.sh index c55af55..ff72955 100755 --- a/ci/h2spec.sh +++ b/ci/h2spec.sh @@ -13,7 +13,7 @@ SERVER_PID=$! # wait 'til the server is listening before running h2spec, and pipe server's # stdout to a log file. -sed '/listening on Ok(V4(127.0.0.1:5928))/q' <&3 ; cat <&3 > "${LOGFILE}" & +sed '/listening on Ok(127.0.0.1:5928)/q' <&3 ; cat <&3 > "${LOGFILE}" & # run h2spec against the server, printing the server log if h2spec failed ./h2spec -p 5928