<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>