diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 14:24:35 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 14:24:35 -0700 |
commit | 1845b762b6e1f91c2a4eeb807089945e7b307fc6 (patch) | |
tree | 8739eee8501b152f9f1b898e2e44b88fff0a6dce /tests/tools | |
parent | 43659e7c6d15d222553a4b55723aa1e56475d51d (diff) | |
download | yosys-1845b762b6e1f91c2a4eeb807089945e7b307fc6.tar.gz yosys-1845b762b6e1f91c2a4eeb807089945e7b307fc6.tar.bz2 yosys-1845b762b6e1f91c2a4eeb807089945e7b307fc6.zip |
Revert "autotest.sh to cat *.err on error"
This reverts commit 21fa8972f3d04f717d0d4afbfa252e842c807619.
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |