1
0

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:
Palmer Dabbelt 2015-07-20 12:21:19 -07:00
parent 9bbecffbb8
commit d6b29ca9cc

View File

@ -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