##// END OF EJS Templates
tests: test-debugcommands.t also matches stack trace on python 2.4...
Simon Heimberg -
r20283:2b96073f default
parent child Browse files
Show More
@@ -38,10 +38,10 b' Test internal debugstacktrace command'
38 > EOF
38 > EOF
39 $ python debugstacktrace.py
39 $ python debugstacktrace.py
40 hello world at:
40 hello world at:
41 debugstacktrace.py:7 in <module>
41 debugstacktrace.py:7 in * (glob)
42 debugstacktrace.py:5 in g
42 debugstacktrace.py:5 in g
43 debugstacktrace.py:3 in f
43 debugstacktrace.py:3 in f
44 stacktrace at:
44 stacktrace at:
45 debugstacktrace.py:7 *in <module> (glob)
45 debugstacktrace.py:7 *in * (glob)
46 debugstacktrace.py:6 *in g (glob)
46 debugstacktrace.py:6 *in g (glob)
47 */util.py:* in debugstacktrace (glob)
47 */util.py:* in debugstacktrace (glob)
General Comments 0
You need to be logged in to leave comments. Login now