Fix h2psec CI script, since debug output of socket addresses changed (#493)

This commit is contained in:
Sean McArthur
2020-10-22 14:35:30 -07:00
committed by GitHub
parent 2b19acf132
commit cb2c7ac72b

View File

@@ -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