We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df1ba commit 7c33829Copy full SHA for 7c33829
1 file changed
benchmarks/benchmark_lib.sh
@@ -57,7 +57,7 @@ wait_for_server_ready() {
57
fi
58
59
# Show logs until server is ready
60
- tail -f "$server_log" &
+ tail -f -n +1 "$server_log" &
61
local TAIL_PID=$!
62
until curl --output /dev/null --silent --fail http://0.0.0.0:$port/health; do
63
if ! kill -0 "$server_pid" 2>/dev/null; then
0 commit comments