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:
parent
9bbecffbb8
commit
d6b29ca9cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user