tests/test-bad-extension.t
changeset 30027 ebe488e04ca3
parent 28737 a3a01194a337
child 31957 84f9eb9758c0
equal deleted inserted replaced
30026:ba06562a06a2 30027:ebe488e04ca3
    51   > | grep -v '^ ' \
    51   > | grep -v '^ ' \
    52   > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import'
    52   > | egrep 'extension..[^p]|^Exception|Traceback|ImportError|not import'
    53   *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
    53   *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
    54   Traceback (most recent call last):
    54   Traceback (most recent call last):
    55   Exception: bit bucket overflow
    55   Exception: bit bucket overflow
    56   could not import hgext.badext2 (No module named *badext2): trying badext2 (glob)
    56   could not import hgext.badext2 (No module named *badext2): trying hgext3rd.badext2 (glob)
    57   Traceback (most recent call last):
    57   Traceback (most recent call last):
    58   ImportError: No module named *badext2 (glob)
    58   ImportError: No module named *badext2 (glob)
    59   could not import hgext3rd.badext2 (No module named *badext2): trying badext2 (glob)
    59   could not import hgext3rd.badext2 (No module named *badext2): trying badext2 (glob)
    60   Traceback (most recent call last):
    60   Traceback (most recent call last):
    61   ImportError: No module named *badext2 (glob)
    61   ImportError: No module named *badext2 (glob)