Skip to content

Add test of the imp_region to catch issue 332 in openCARP

Tomas Stary requested to merge iss168 into master

Solution of #168 (closed)

It test whether the simulation fails (as before) or succeeds.

I couldn't find out how to get the returncode from the carputils. By default carputils script succeeds even when the openCARP in subprocess fails. As a solution I've added the test directly to .gitlab-ci.yml.

Merge request reports