diff mbox

[commit] Remote testing bug in py-shared.exp (fwd)

Message ID 201107221756.p6MHu93Z017282@d06av02.portsmouth.uk.ibm.com
State Accepted
Headers show

Commit Message

Ulrich Weigand July 22, 2011, 5:56 p.m. UTC
http://sourceware.org/ml/gdb-patches/2011-07/msg00636.html

ChangeLog:

	* gdb.python/py-shared.exp: Call gdb_load_shlibs.
diff mbox

Patch

Index: gdb/testsuite/gdb.python/py-shared.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.python/py-shared.exp,v
retrieving revision 1.3
diff -u -p -r1.3 py-shared.exp
--- gdb/testsuite/gdb.python/py-shared.exp	1 Jan 2011 15:33:49 -0000	1.3
+++ gdb/testsuite/gdb.python/py-shared.exp	22 Jul 2011 17:34:25 -0000
@@ -45,6 +45,7 @@  gdb_exit
 gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
+gdb_load_shlibs ${library}
 
 # Skip all tests if Python scripting is not enabled.
 if { [skip_python_tests] } { continue }