riscv-software-src / riscof

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

Return code not set to non-zero if a test fails when --no-browser is provided on CLI. #87

Open mlawson-tt opened 1 year ago

mlawson-tt commented 1 year ago

If a test fails while running a test suite using riscof run ..., the return code is a non-zero value (1). However, if the same command is run but also with --no-browser provided (and the test still fails), the return code is zero.