From dcc88e323edfb5d2c4ad483bca0a93b89c5f22c2 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 30 Apr 2024 17:43:49 +0300 Subject: [PATCH] test: Make `test.sh` more verbose again (#1863) Might have been changed by #1848 --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index dc02b2161c..2c22e9b6c8 100755 --- a/test/test.sh +++ b/test/test.sh @@ -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