public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: fix py-infthread.exp
@ 2011-01-11 21:56 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2011-01-11 21:56 UTC (permalink / raw)
  To: gdb-patches

I am checking this in.

I noticed that py-infthread.exp was failing.
It was missing a load_lib.

Tested by hand on x86 F13.

Tom

2011-01-11  Tom Tromey  <tromey@redhat.com>

	* gdb.python/py-infthread.exp: Load gdb-python.exp.

Index: gdb.python/py-infthread.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.python/py-infthread.exp,v
retrieving revision 1.2
diff -u -r1.2 py-infthread.exp
--- gdb.python/py-infthread.exp	1 Jan 2011 15:33:49 -0000	1.2
+++ gdb.python/py-infthread.exp	11 Jan 2011 21:20:44 -0000
@@ -20,6 +20,8 @@
     strace $tracelevel
 }
 
+load_lib gdb-python.exp
+
 set testfile "py-infthread"
 set srcfile ${testfile}.c
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-11 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11 21:56 FYI: fix py-infthread.exp Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).