← Back to team overview

syfi team mailing list archive

Re: [Branch ~syfi-core/fenics-syfi/main] Rev 554: Enable previously failing geometry test for syfi.

 

On Wed, May 23, 2012 at 10:28 AM, Johannes Ring <johannr@xxxxxxxxx> wrote:
> On Tue, May 22, 2012 at 3:15 PM, Martin Sandve Alnæs <martinal@xxxxxxxxx> wrote:
>> And the check stage still completes successfully on the buildbot. How
>> is the test for failure implemented?
>
> I will look into this.

It turned out that commands.getstatusoutput in run_tests.py returnes
exit status 256, which apparently is too high. This made sys.exit
return 0 and the check stage was therefore successful. I changed
commands.getstatusoutput (which doesn't work on Windows anyway) to
instant.get_status_output in run_tests.py and that made it work.

I expect the buildbot to complain soon.

Johannes


References