1
0
mirror of synced 2026-04-09 15:57:45 +00:00

Revert "autotest.sh to cat *.err on error"

This reverts commit 21fa8972f3.
This commit is contained in:
Eddie Hung
2019-06-21 14:24:35 -07:00
parent 43659e7c6d
commit 1845b762b6

View File

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