##// END OF EJS Templates
tests: update test-debugcommands.t stack trace checks for python3.9...
Augie Fackler -
r45098:a7b7a67b default
parent child Browse files
Show More
@@ -588,15 +588,15 b' Test internal debugstacktrace command'
588 588 > EOF
589 589 $ "$PYTHON" debugstacktrace.py
590 590 stacktrace at:
591 debugstacktrace.py:14 in * (glob)
592 debugstacktrace.py:7 in f
591 *debugstacktrace.py:14 in * (glob)
592 *debugstacktrace.py:7 in f (glob)
593 593 hello from g at:
594 debugstacktrace.py:14 in * (glob)
595 debugstacktrace.py:8 in f
594 *debugstacktrace.py:14 in * (glob)
595 *debugstacktrace.py:8 in f (glob)
596 596 hi ...
597 597 from h hidden in g at:
598 debugstacktrace.py:8 in f
599 debugstacktrace.py:11 in g
598 *debugstacktrace.py:8 in f (glob)
599 *debugstacktrace.py:11 in g (glob)
600 600
601 601 Test debugcapabilities command:
602 602
General Comments 0
You need to be logged in to leave comments. Login now