diff 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
line wrap: on
line diff
--- a/tests/test-debugcommands.t	Thu Jun 15 14:22:39 2017 -0400
+++ b/tests/test-debugcommands.t	Tue Jun 20 09:45:02 2017 -0400
@@ -142,7 +142,7 @@
   >     dst('hi ...\\nfrom h hidden in g', 1, depth=2)
   > f()
   > EOF
-  $ python debugstacktrace.py
+  $ $PYTHON debugstacktrace.py
   stacktrace at:
    debugstacktrace.py:10 in * (glob)
    debugstacktrace.py:3  in f