This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: fix py-infthread.exp


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}] } {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]