From patchwork Thu Aug 25 05:03:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: test-https: drop two spurious --traceback flags From: Augie Fackler X-Patchwork-Id: 16408 Message-Id: <41ea8c9ce0113031f512.1472101381@imladris.local> To: mercurial-devel@mercurial-scm.org Date: Thu, 25 Aug 2016 01:03:01 -0400 # HG changeset patch # User Augie Fackler # Date 1472101254 14400 # Thu Aug 25 01:00:54 2016 -0400 # Node ID 41ea8c9ce0113031f5129b8c0ab377cae71f6a2d # Parent 4435d4c951ec2185d92cbe0041852767dda584c8 test-https: drop two spurious --traceback flags These make test failures scarier than they are. diff --git a/tests/test-https.t b/tests/test-https.t --- a/tests/test-https.t +++ b/tests/test-https.t @@ -230,7 +230,7 @@ cacert configured in local repo $ cp copy-pull/.hg/hgrc copy-pull/.hg/hgrc.bu $ echo "[web]" >> copy-pull/.hg/hgrc $ echo "cacerts=$CERTSDIR/pub.pem" >> copy-pull/.hg/hgrc - $ hg -R copy-pull pull --traceback + $ hg -R copy-pull pull pulling from https://localhost:$HGPORT/ warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?) searching for changes @@ -554,7 +554,7 @@ from the shell. So don't kill it. Test unvalidated https through proxy - $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure --traceback + $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure pulling from https://localhost:$HGPORT/ warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?) warning: connection security to localhost is disabled per current settings; communication is susceptible to eavesdropping and tampering