dejagnu
[Top][All Lists]
Advanced

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

Re: bug in remote.exp


From: Daniel Jacobowitz
Subject: Re: bug in remote.exp
Date: Mon, 4 Oct 2004 09:05:51 -0400
User-agent: Mutt/1.5.5.1+cvs20040105i

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.

-- 
Daniel Jacobowitz




reply via email to

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