Skip to content

Commit

Permalink
[test] Fix HTTP server setup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 7, 2024
1 parent bfb69c8 commit 39d2271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,8 @@ checkURLProtocolHTTP()
ruby -run -e httpd --version || returnError "$LINENO" 'Failed to start up ruby HTTP test server!'
ruby -run -e httpd . --port $port --bind-address=127.0.0.1 1>'httpd-ruby-webrick.log' 2>&1 &
pid=$!
sleep 5
sleep 10
cat httpd-ruby-webrick.log
wget 127.0.0.1:$port


Expand Down

0 comments on commit 39d2271

Please sign in to comment.