summaryrefslogtreecommitdiff
path: root/tests/wait-for-initialization.sed
blob: 9f0d8080fc30813e7cbe465f6c2272c885ef2ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sed -rf

s/^[^:]+: Initializing$//
T err
n
s/^[^:]+: Attempting to bind: [^ ,]+, port [0-9]+$//
T err
n
s/^[^:]+: Listening on [^ ,]+, port ([0-9]+)$/\1/
T err
q 0
: err
Q 1