projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531d363
)
autotest.sh to cat *.err on error
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 21 Jun 2019 17:40:18 +0000
(10:40 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 21 Jun 2019 17:40:18 +0000
(10:40 -0700)
tests/tools/autotest.sh
patch
|
blob
|
history
diff --git
a/tests/tools/autotest.sh
b/tests/tools/autotest.sh
index 96d9cdda9b4979173253e272c55862afdcafa160..d90abf84846e44e9ed625ea46049979c0146cece 100755
(executable)
--- 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