changeset 38532:9ee202679a76

test: stop passing --quiet in a run dedicated to debug output The goal of the run is to display some debug output. Passing --quiet in this case is strange.
author Boris Feld <boris.feld@octobus.net>
date Tue, 19 Jun 2018 19:10:31 +0100
parents 6beb8347b709
children b86664c81833
files tests/test-bad-extension.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bad-extension.t	Fri Jun 15 14:07:13 2018 -0400
+++ b/tests/test-bad-extension.t	Tue Jun 19 19:10:31 2018 +0100
@@ -75,7 +75,7 @@
 show traceback for ImportError of hgext.name if debug is set
 (note that --debug option isn't applied yet when loading extensions)
 
-  $ (hg -q help help --traceback --config ui.debug=True 2>&1) \
+  $ (hg help help --traceback --config ui.debug=yes 2>&1) \
   > | grep -v '^ ' \
   > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import'
   *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow