dejagnu
[Top][All Lists]
Advanced

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

Re: Setting environment variables when doing remove execution


From: Jacob Bachmeyer
Subject: Re: Setting environment variables when doing remove execution
Date: Tue, 26 Nov 2019 17:42:21 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

Tobias Burnus wrote:
On 11/26/19 12:53 AM, Jacob Bachmeyer wrote:
As an interim measure, could you simply prepend the needed environment variables to the remote command and/or use env(1)?

I thought of doing this – but while for compiling it is simple, doing so for run time is more difficult.

[...]

This does not make injecting "env a=val b=val $prog" that simple.

Well, so much for the simple and easy option, then. Does the remote always have a Bourne shell? Could you simply execute "export a=val b=val" first? Or add another GCC callback that resolves what type of shell the remote has and produces the correct "export"/"setenv"/"set" command?

Overall, I agree that DejaGnu should eventually add a remote_setenv command or some way of specifying environment variables and I am planning to eventually rework the remote target handling after migrating DejaGnu to use Tcl namespaces for at least its own code. That is pretty far down my TODO list however.

-- Jacob




reply via email to

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