Skip to content

Commit cb2c7ac

Browse files
authored
Fix h2psec CI script, since debug output of socket addresses changed (#493)
1 parent 2b19acf commit cb2c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/h2spec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SERVER_PID=$!
1313

1414
# wait 'til the server is listening before running h2spec, and pipe server's
1515
# stdout to a log file.
16-
sed '/listening on Ok(V4(127.0.0.1:5928))/q' <&3 ; cat <&3 > "${LOGFILE}" &
16+
sed '/listening on Ok(127.0.0.1:5928)/q' <&3 ; cat <&3 > "${LOGFILE}" &
1717

1818
# run h2spec against the server, printing the server log if h2spec failed
1919
./h2spec -p 5928

0 commit comments

Comments
 (0)