From: Eddie Hung Date: Fri, 21 Jun 2019 21:24:35 +0000 (-0700) Subject: Revert "autotest.sh to cat *.err on error" X-Git-Tag: working-ls180~1208^2~114^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1845b762b6e1f91c2a4eeb807089945e7b307fc6;p=yosys.git Revert "autotest.sh to cat *.err on error" This reverts commit 21fa8972f3d04f717d0d4afbfa252e842c807619. --- diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index d90abf848..96d9cdda9 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -226,7 +226,6 @@ 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