test-https: drop two spurious --traceback flags
authorAugie Fackler <augie@google.com>
Thu, 25 Aug 2016 01:00:54 -0400
changeset 29842 d5497eb1d768
parent 29841 d5883fd055c6
child 29843 00ca4f966ca6
test-https: drop two spurious --traceback flags These make test failures scarier than they are.
tests/test-https.t
--- 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