From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: James Ingham Cc: Elena Zannoni , insight@sourceware.cygnus.com Subject: Re: Running the insight testsuite Date: Mon, 14 Feb 2000 11:15:00 -0000 Message-id: <14504.21608.399902.386820@kwikemart.cygnus.com> References: <14504.6529.873858.628090@kwikemart.cygnus.com> <14504.21234.904091.814343@leda.cygnus.com> X-SW-Source: 2000-q1/msg00069.html James Ingham writes: > Elena, > > Would you check this in? It looks fine. > > Thanks, > > Jim Done. Elena > > > > > The recent move of the insight code into gdb/gdbtk left an 'orphan' > > testsuite. > > This patch seems to fix the problem. > > > > Thanks > > Elena > > > > Index: gdb.exp > > =================================================================== > > RCS file: /cvs/cvsfiles/devo/gdb/testsuite/lib/gdb.exp,v > > retrieving revision 1.153 > > diff -c -r1.153 gdb.exp > > *** gdb.exp 1999/11/30 16:30:11 1.153 > > --- gdb.exp 2000/02/11 22:58:25 > > *************** > > *** 1619,1625 **** > > } > > > > set wd [pwd] > > ! cd [file join $srcdir .. gdbtcl2] > > set env(GDBTK_LIBRARY) [pwd] > > cd [file join $srcdir .. .. tcl library] > > set env(TCL_LIBRARY) [pwd] > > --- 1619,1625 ---- > > } > > > > set wd [pwd] > > ! cd [file join $srcdir .. gdbtk library] > > set env(GDBTK_LIBRARY) [pwd] > > cd [file join $srcdir .. .. tcl library] > > set env(TCL_LIBRARY) [pwd] > > > >