You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: runners: Generalize the dry run option for subclass use
Add a new parameter to the ZephyrBinaryRunner init() method to specify
whether this should be a dry run. The default is still taken from the
_DRY_RUN global, but can be overridden by subclasses.
Since the new dry_run parameter has a default value this should not
break backwards compatibility with out-of-tree runners.
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
0 commit comments