# HG changeset patch # User Simon Heimberg # Date 2014-01-17 18:46:23 # Node ID 2b96073f31382ae800b5726d23b4f62a11ad4dd0 # Parent 2cfb720592feb329eb5597100c3fc5dd48bafb15 tests: test-debugcommands.t also matches stack trace on python 2.4 Some versions of python 2.4 write ? instead of . Ignore this detail by a glob. This fixes a failure spotted on buildbot, existing since this test lines were introduced 47d0843647d1. diff --git a/tests/test-debugcommands.t b/tests/test-debugcommands.t --- a/tests/test-debugcommands.t +++ b/tests/test-debugcommands.t @@ -38,10 +38,10 @@ Test internal debugstacktrace command > EOF $ python debugstacktrace.py hello world at: - debugstacktrace.py:7 in + debugstacktrace.py:7 in * (glob) debugstacktrace.py:5 in g debugstacktrace.py:3 in f stacktrace at: - debugstacktrace.py:7 *in (glob) + debugstacktrace.py:7 *in * (glob) debugstacktrace.py:6 *in g (glob) */util.py:* in debugstacktrace (glob)