Run regression with bash's "-ex" mode
This causes every command to be echo'd to stderr, and any failing command will fail the whole script. Without this the regression script will always pass.
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
# Script to setup submodules, build rocket-chip, and run asm tests, and optionally run torture
|
||||
|
||||
set -ex
|
||||
|
||||
echo "Starting Rocket-chip regression test"
|
||||
if [ $# -lt 1 ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user