aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-21 10:40:18 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-21 10:40:18 -0700
commit21fa8972f3d04f717d0d4afbfa252e842c807619 (patch)
tree125dda72cdaaf119bcbce8f9671324a6417fd02b /tests/tools
parent531d36336d1fd669ff89159ac5c4519c27761138 (diff)
downloadyosys-21fa8972f3d04f717d0d4afbfa252e842c807619.tar.gz
yosys-21fa8972f3d04f717d0d4afbfa252e842c807619.tar.bz2
yosys-21fa8972f3d04f717d0d4afbfa252e842c807619.zip
autotest.sh to cat *.err on error
Diffstat (limited to 'tests/tools')
-rwxr-xr-xtests/tools/autotest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index 96d9cdda9..d90abf848 100755
--- a/tests/tools/autotest.sh
+++ b/tests/tools/autotest.sh
@@ -226,6 +226,7 @@ do
if $warn_iverilog_git; then
echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog."
fi
+ cat ${bn}.err
$keeprunning || exit 1
fi
done