dejagnu
[Top][All Lists]
Advanced

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

Re: Using telnet for remote testing


From: Dan Kegel
Subject: Re: Using telnet for remote testing
Date: Wed, 16 Jul 2003 11:55:15 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030617

Ryan Smiderle wrote:
standard.exp (in proc standard_load)

added
    remote_exec $dest "chmod a+x $remotefile" $pargs $inp
before
  1026:         set status [remote_exec $dest $remotefile $pargs $inp];

FTP-ing a binary removes the execute permissions, so I add it again before 
executing

You shouldn't have to do that; instead, in your board config file,
use
  load_generic_config "unix";

That does the same thing, oddly enough.

See also 
http://www.kegel.com/crosstool/crosstool-0.12/doc/dejagnu-remote-howto.html
- Dan





reply via email to

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