tests/wireprotohelpers.sh
changeset 40048 a732d70253b0
parent 39814 d059cb669632
child 40133 762ef19a07e3
--- a/tests/wireprotohelpers.sh	Wed Oct 03 12:57:01 2018 -0700
+++ b/tests/wireprotohelpers.sh	Wed Oct 03 09:48:22 2018 -0700
@@ -6,6 +6,10 @@
 }
 
 sendhttpv2peer() {
+  hg debugwireproto --nologhandshake --peer http2 http://$LOCALIP:$HGPORT/
+}
+
+sendhttpv2peerverbose() {
   hg --verbose debugwireproto --nologhandshake --peer http2 http://$LOCALIP:$HGPORT/
 }