##// 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 38 > EOF
39 39 $ python debugstacktrace.py
40 40 hello world at:
41 debugstacktrace.py:7 in <module>
41 debugstacktrace.py:7 in * (glob)
42 42 debugstacktrace.py:5 in g
43 43 debugstacktrace.py:3 in f
44 44 stacktrace at:
45 debugstacktrace.py:7 *in <module> (glob)
45 debugstacktrace.py:7 *in * (glob)
46 46 debugstacktrace.py:6 *in g (glob)
47 47 */util.py:* in debugstacktrace (glob)
General Comments 0
You need to be logged in to leave comments. Login now