It may be that ERL_<A/Z/->FLAGS can be the problem. Try "erl -sname foobar" directly instead of using ERL_FLAGS.<br><br><br><br><div class="gmail_quote">2011/9/7 Motiejus Jakštys <span dir="ltr"><<a href="mailto:desired.mta@gmail.com">desired.mta@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Sep 07, 2011 at 12:21:32PM +0200, George Catalin Serbanut wrote:<br>
> ERL_FLAGS is equivalent with ERL_ZFLAGS which appends at the end of the<br>
> command line. Now, it depends on how "command line" is interpreted (Eshell<br>
> can be considered a continuation of the "erl" command line).<br>
<br>
</div>Thanks for response. Can this be a catch?<br>
<div class="im"><br>
> Try ERL_AFLAGS.  If you still get the problem, then it may be a<br>
> misbehavior of the interpretation of those FLAGS.<br>
<br>
</div>Does not work as well.<br>
<br>
Let me rephrase:<br>
running<br>
    $ ERL_FLAGS="-sname eunit" erl -pa . -s eunit test foo<br>
according the documentation of ERL_FLAGS, should be equivalent to<br>
    $ erl -pa . -s eunit test foo -sname eunit<br>
<br>
However, these two cases behave differently.<br>
<br>
Regarding Ulf's response, if "-s eunit test" blocked until completion,<br>
the second case would not work, and at least, -sname would not be<br>
parsed? However, we see the node name.<br>
<br>
Do I misunderstand what ERL_FLAGS does? As far as I see, it should alter<br>
the command line before any module execution. As we see from printed<br>
node name, the command line is parsed.<br>
<font color="#888888"><br>
Motiejus<br>
</font></blockquote></div><br>