We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b19acf commit cb2c7acCopy full SHA for cb2c7ac
ci/h2spec.sh
@@ -13,7 +13,7 @@ SERVER_PID=$!
13
14
# wait 'til the server is listening before running h2spec, and pipe server's
15
# stdout to a log file.
16
-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}" &
17
18
# run h2spec against the server, printing the server log if h2spec failed
19
./h2spec -p 5928
0 commit comments