test: stop passing --quiet in a run dedicated to debug output
authorBoris Feld <boris.feld@octobus.net>
Tue, 19 Jun 2018 19:10:31 +0100
changeset 38532 9ee202679a76
parent 38531 6beb8347b709
child 38534 b86664c81833
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.
tests/test-bad-extension.t
--- 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