Kaydet (Commit) 6a45e9df authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Blocked revisions 79979 via svnmerge

........
  r79979 | antoine.pitrou | 2010-04-12 00:45:47 +0200 (lun., 12 avril 2010) | 3 lines

  Fix misplaced items and incorrect title.
........
üst 0c70d2d1
......@@ -21,7 +21,7 @@ except OSError:
gdb_version_number = re.search(b"^GNU gdb [^\d]*(\d+)\.", gdb_version)
if int(gdb_version_number.group(1)) < 7:
raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding"
" Saw:\n" + gdb_version)
" Saw:\n" + gdb_version.decode('ascii', 'replace'))
# Verify that "gdb" was built with the embedded python support enabled:
cmd = "--eval-command=python import sys; print sys.version_info"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment