##// END OF EJS Templates
test: stop passing --quiet in a run dedicated to debug output...
Boris Feld -
r38551:9ee20267 default
parent child Browse files
Show More
@@ -75,7 +75,7 b' names of extensions failed to load can b'
75 show traceback for ImportError of hgext.name if debug is set
75 show traceback for ImportError of hgext.name if debug is set
76 (note that --debug option isn't applied yet when loading extensions)
76 (note that --debug option isn't applied yet when loading extensions)
77
77
78 $ (hg -q help help --traceback --config ui.debug=True 2>&1) \
78 $ (hg help help --traceback --config ui.debug=yes 2>&1) \
79 > | grep -v '^ ' \
79 > | grep -v '^ ' \
80 > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import'
80 > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import'
81 *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
81 *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
General Comments 0
You need to be logged in to leave comments. Login now