dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in remote.exp


From: Jitendra Pawar
Subject: Re: bug in remote.exp
Date: 04 Oct 2004 18:55:20 +0530

On Mon, 2004-10-04 at 18:35, Daniel Jacobowitz wrote:
> On Thu, Sep 30, 2004 at 11:41:19AM +0530, Jitendra Pawar wrote:
> > Hello,
> > 
> > I am using dejagnu 1.4.4 for executing gdb testsuite.
> > 
> > while executing gdb testsuite I found that in file remote.exp  there is
> > a one line change is needed.
> > In function standard_spawn there is a statement 
> > 
> > set rsh_useropts "-l $username"
> > 
> > I got an error: 'can't read "username": no such variable' at this
> > statement. so I added following line before this statement to remove
> > this error. 
> > 
> >         set username [board_info $dest username]
> > 
> > I am attaching modified remote.exp here.
> > 
> > can you please add this change in next release of dejagnu?
> 
> This is already fixed in CVS.

Thanks Daniel.

-Jitendra





reply via email to

[Prev in Thread] Current Thread [Next in Thread]