Skip to content
Snippets Groups Projects
Commit 9ee20267 authored by Boris Feld's avatar Boris Feld
Browse files

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.
parent 6beb8347
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment