Skip to content

Fix for Simulation ART regression tests

--error-mode resilient is not a valid option for art.py compare. In fact this option is actually used by default for all diff-root checks run by art.py compare, so it would be redundant anyway.

Dropping this option from calls to art.py compare.

Merge request reports