<div dir="ltr"><div>That is expected. Standard out does not include error messages in Linux.</div><div><br></div><div>Jussi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 19, 2019 at 4:59 PM Cedron Dawg <<a href="mailto:cedron@exede.net">cedron@exede.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Turns out this is a stderr vs stdout issue.<br>
<br>
I can solve it by putting this in "m":<br>
<br>
make 2> make.out<br>
<br>
Then reading "make.out"<br>
<br>
Kludgy, but it works.<br>
<br>
<br>
----- Original Message -----<br>
From: "Cedron Dawg" <<a href="mailto:cedron@exede.net" target="_blank">cedron@exede.net</a>><br>
<br>
I got what I considered strange behavior.  What I want is for theResult to hold all the error messages, so I can test the return value and stop execution.<br>
<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>