##// END OF EJS Templates
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
Mads Kiilerich -
r20543:01df3660 default
parent child Browse files
Show More
@@ -33,16 +33,15 b' Test internal debugstacktrace command'
33 33 > dst('hello world')
34 34 > def g():
35 35 > f()
36 > sys.stderr.flush()
37 36 > debugstacktrace(skip=-5, f=sys.stdout)
38 37 > g()
39 38 > EOF
40 39 $ python debugstacktrace.py
41 40 hello world at:
42 debugstacktrace.py:8 in * (glob)
41 debugstacktrace.py:7 in * (glob)
43 42 debugstacktrace.py:5 in g
44 43 debugstacktrace.py:3 in f
45 44 stacktrace at:
46 debugstacktrace.py:8 *in * (glob)
47 debugstacktrace.py:7 *in g (glob)
45 debugstacktrace.py:7 *in * (glob)
46 debugstacktrace.py:6 *in g (glob)
48 47 */util.py:* in debugstacktrace (glob)
General Comments 0
You need to be logged in to leave comments. Login now