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]

[obvious][patch] py-arch.exp: load gdb-python.exp


As per

http://sourceware.org/ml/gdb-patches/2013-08/msg00830.html

py-arch.exp will not run as a stand-alone test as it does not load the
Python testsuite utility library: gdb-python.exp.  As part of a "make
check" these tests work fine as it inherits the gdb-python library
from previous tests.

Committing as obvious fix.

Cheers,


2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>

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

--
	
Index: gdb.python/py-arch.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.python/py-arch.exp,v
retrieving revision 1.2
diff -u -r1.2 py-arch.exp
--- gdb.python/py-arch.exp	29 Aug 2013 10:06:18 -0000	1.2
+++ gdb.python/py-arch.exp	29 Aug 2013 10:12:40 -0000
@@ -12,7 +12,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
+load_lib gdb-python.exp
 standard_testfile
 
 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]