Mercurial > hg
changeset 29842:d5497eb1d768
test-https: drop two spurious --traceback flags
These make test failures scarier than they are.
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 25 Aug 2016 01:00:54 -0400 |
parents | d5883fd055c6 |
children | 00ca4f966ca6 |
files | tests/test-https.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-https.t Tue Aug 23 11:26:08 2016 -0400 +++ b/tests/test-https.t Thu Aug 25 01:00:54 2016 -0400 @@ -230,7 +230,7 @@ $ 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 @@ 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