Skip to content

Commit

Permalink
test: Make test.sh more verbose again (#1863)
Browse files Browse the repository at this point in the history
Might have been changed by #1848
  • Loading branch information
larseggert authored Apr 30, 2024
1 parent d4b3e4c commit dcc88e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo build --bin neqo-client --bin neqo-server
addr=127.0.0.1
port=4433
path=/20000
flags="--verbose --qlog-dir $tmp --use-old-http --alpn hq-interop --quic-version 1"
flags="--verbose --verbose --verbose --qlog-dir $tmp --use-old-http --alpn hq-interop --quic-version 1"
if [ "$(uname -s)" != "Linux" ]; then
iface=lo0
else
Expand Down

0 comments on commit dcc88e3

Please sign in to comment.