comparison tests/test-debugcommands.t @ 39707:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents c11e8894b9ca
children 4bd6e444c76f
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
542 > h() 542 > h()
543 > def h(): 543 > def h():
544 > util.dst('hi ...\\nfrom h hidden in g', 1, depth=2) 544 > util.dst('hi ...\\nfrom h hidden in g', 1, depth=2)
545 > f() 545 > f()
546 > EOF 546 > EOF
547 $ $PYTHON debugstacktrace.py 547 $ "$PYTHON" debugstacktrace.py
548 stacktrace at: 548 stacktrace at:
549 debugstacktrace.py:12 in * (glob) 549 debugstacktrace.py:12 in * (glob)
550 debugstacktrace.py:5 in f 550 debugstacktrace.py:5 in f
551 hello from g at: 551 hello from g at:
552 debugstacktrace.py:12 in * (glob) 552 debugstacktrace.py:12 in * (glob)