diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 14:37:20 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 14:37:20 -0700 |
commit | 523e7ee7828326a0b89a1ed9fdd2eb717ef1815a (patch) | |
tree | d2a801ae37c5d14f74fd88f301ec7e4f7f76c1b6 /tests | |
parent | f433a523742350b4bb9291ad65299015e2c81f05 (diff) | |
parent | e581a3e6f4c8763c6a308d1330dbf1ee4bb19499 (diff) | |
download | yosys-523e7ee7828326a0b89a1ed9fdd2eb717ef1815a.tar.gz yosys-523e7ee7828326a0b89a1ed9fdd2eb717ef1815a.tar.bz2 yosys-523e7ee7828326a0b89a1ed9fdd2eb717ef1815a.zip |
Merge branch 'xc7mux' into xc7mux_wip
Diffstat (limited to 'tests')
-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 |