riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
63 stars 40 forks source link

Ensure a non-zero return code is set if expected when --no-browser is provided. #86

Closed mlawson-tt closed 12 months ago

mlawson-tt commented 1 year ago

This change just ensures that the return code is set if non-zero.

mlawson-tt commented 1 year ago

Fixes #87.

pawks commented 1 year ago

Will need a version update to merge this. Ref - https://github.com/riscv-software-src/riscof/blob/master/CONTRIBUTING.rst#versioning

mlawson-tt commented 1 year ago

Added entry to change log.

neelgala commented 12 months ago

@mlawson-tt please rebase this PR to dev branch (shouldn't be a pain for this PR). Change target to dev branch. Also make an entry in CHANGELOG.md under the WIP-DEV branch.

mlawson-tt commented 12 months ago

@neelgala Should now be rebased on the dev branch, and the entry in the changelog has been moved under the WIP-DEV branch.