Re: [PATCH] Environment variables forwarding
Maxim Ostapenko <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
On 14/02/16 14:45, Ben Elliston wrote: > Hi Maxim > > (Reply in under two years!) > > What is your means of communicating with the remote target? If you > are using ssh, you could set SendEnv on the client side and AcceptEnv > on the server side. Would this remove any need for harness changes? > > Cheers, Ben > > Hi Ben, sorry for delay! The problem is (was?) that Dejagnu doesn't have a generic interface (independent from network protocol) for setting environment variables on remote targets. We used various workarounds for ssh case, but still unable to find generic solution. Quite frankly, I don't work on this problem nowadays, but I think it would be nice to add such an interface in perspective. -Maxim