<div dir="ltr">Upon further research, I discovered that the current version of get_euphoria_version() fails completely on windows, no matter what the redirection conditions, so I'll try and resolve that too.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 5, 2017 at 8:39 AM, James Paige <span dir="ltr"><<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>I noticed that the nightly builds were failing on linux and mac. It seemed like the recent fix to euc version checking had not gotten applied there, but when I checked, it definitely had.<br><br></div>After some experimentation I figured out how to reproduce the failure:<br><br></div><span style="font-family:monospace,monospace">  rm hspeak<br></span></div><span style="font-family:monospace,monospace">  scons hspeak 2>&1 | tee output.txt</span><br><br></div>Which is the output redirection conditions that the nightly build is run under. Just 2>&1 alone or just | tee alone are not enough to trigger the problem, it only happens with both.<br><br>Looking at get_euphoria_version() in ohrbuild.py I can see that there is already some odd output redirection voodoo going on, so I'll see if I can mess with it to make it work.<br><div><div><div><div><br><br></div></div></div></div></div>
</blockquote></div><br></div>