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.
--- 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