Revert "autotest.sh to cat *.err on error"
authorEddie Hung <eddie@fpgeh.com>
Fri, 21 Jun 2019 21:24:35 +0000 (14:24 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 21 Jun 2019 21:24:35 +0000 (14:24 -0700)
This reverts commit 21fa8972f3d04f717d0d4afbfa252e842c807619.

tests/tools/autotest.sh

index d90abf84846e44e9ed625ea46049979c0146cece..96d9cdda9b4979173253e272c55862afdcafa160 100755 (executable)
@@ -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