1
0
mirror of synced 2026-04-14 01:13:58 +00:00

autotest.sh to cat *.err on error

This commit is contained in:
Eddie Hung
2019-06-21 10:40:18 -07:00
parent 531d36336d
commit 21fa8972f3

View File

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