##// END OF EJS Templates
test-bad-extension: account for PyPy/CPython error difference
Bryan O'Sullivan -
r27538:50ad3f25 default
parent child Browse files
Show More
@@ -32,9 +32,9 b' show traceback for ImportError of hgext.'
32 *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
32 *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
33 Traceback (most recent call last):
33 Traceback (most recent call last):
34 Exception: bit bucket overflow
34 Exception: bit bucket overflow
35 could not import hgext.badext2 (No module named badext2): trying badext2
35 could not import hgext.badext2 (No module named *badext2): trying badext2 (glob)
36 Traceback (most recent call last):
36 Traceback (most recent call last):
37 ImportError: No module named badext2
37 ImportError: No module named *badext2 (glob)
38 *** failed to import extension badext2: No module named badext2
38 *** failed to import extension badext2: No module named badext2
39 Traceback (most recent call last):
39 Traceback (most recent call last):
40 ImportError: No module named badext2
40 ImportError: No module named badext2
General Comments 0
You need to be logged in to leave comments. Login now