From: Eddie Hung Date: Fri, 21 Jun 2019 17:40:18 +0000 (-0700) Subject: autotest.sh to cat *.err on error X-Git-Tag: working-ls180~1208^2~119 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21fa8972f3d04f717d0d4afbfa252e842c807619;p=yosys.git autotest.sh to cat *.err on error --- 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