comparison tests/test-debugcommands.t @ 32940:75be14993fda

cleanup: use $PYTHON to run python in many more tests Spotted one of these, then wrote a check-code rule that caught them all. It will be the next change.
author Augie Fackler <augie@google.com>
date Tue, 20 Jun 2017 09:45:02 -0400
parents 7b17f9de6d3e
children 03eefca3ed33
comparison
equal deleted inserted replaced
32939:cad62cb3c84c 32940:75be14993fda
140 > h() 140 > h()
141 > def h(): 141 > def h():
142 > dst('hi ...\\nfrom h hidden in g', 1, depth=2) 142 > dst('hi ...\\nfrom h hidden in g', 1, depth=2)
143 > f() 143 > f()
144 > EOF 144 > EOF
145 $ python debugstacktrace.py 145 $ $PYTHON debugstacktrace.py
146 stacktrace at: 146 stacktrace at:
147 debugstacktrace.py:10 in * (glob) 147 debugstacktrace.py:10 in * (glob)
148 debugstacktrace.py:3 in f 148 debugstacktrace.py:3 in f
149 hello from g at: 149 hello from g at:
150 debugstacktrace.py:10 in * (glob) 150 debugstacktrace.py:10 in * (glob)