##// 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 > EOF
588 > EOF
589 $ "$PYTHON" debugstacktrace.py
589 $ "$PYTHON" debugstacktrace.py
590 stacktrace at:
590 stacktrace at:
591 debugstacktrace.py:14 in * (glob)
591 *debugstacktrace.py:14 in * (glob)
592 debugstacktrace.py:7 in f
592 *debugstacktrace.py:7 in f (glob)
593 hello from g at:
593 hello from g at:
594 debugstacktrace.py:14 in * (glob)
594 *debugstacktrace.py:14 in * (glob)
595 debugstacktrace.py:8 in f
595 *debugstacktrace.py:8 in f (glob)
596 hi ...
596 hi ...
597 from h hidden in g at:
597 from h hidden in g at:
598 debugstacktrace.py:8 in f
598 *debugstacktrace.py:8 in f (glob)
599 debugstacktrace.py:11 in g
599 *debugstacktrace.py:11 in g (glob)
600
600
601 Test debugcapabilities command:
601 Test debugcapabilities command:
602
602
General Comments 0
You need to be logged in to leave comments. Login now