[PATCH] test-https: drop two spurious --traceback flags

Augie Fackler raf at durin42.com
Thu Aug 25 05:03:01 UTC 2016


# HG changeset patch
# User Augie Fackler <augie at google.com>
# 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


More information about the Mercurial-devel mailing list