aboutsummaryrefslogtreecommitdiffstats
path: root/tests/techmap/recursive_runtest.sh
diff options
context:
space:
mode:
authorclairexen <claire@symbioticeda.com>2020-10-01 18:12:31 +0200
committerGitHub <noreply@github.com>2020-10-01 18:12:31 +0200
commit2412e754953595627e8c87ff0aa773929c71a852 (patch)
treebc02013f6312a0c1cb8351e213bd7e08255d79f9 /tests/techmap/recursive_runtest.sh
parentc4bfbecca60eaf8c02a792627c1e49b5dde3cdeb (diff)
parentbed14241efbf9949d0ed9d84836d7a019895dfde (diff)
downloadyosys-2412e754953595627e8c87ff0aa773929c71a852.tar.gz
yosys-2412e754953595627e8c87ff0aa773929c71a852.tar.bz2
yosys-2412e754953595627e8c87ff0aa773929c71a852.zip
Merge pull request #2380 from Xiretza/parallel-tests
Clean up and parallelize testsuite
Diffstat (limited to 'tests/techmap/recursive_runtest.sh')
-rw-r--r--tests/techmap/recursive_runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/techmap/recursive_runtest.sh b/tests/techmap/recursive_runtest.sh
index 30c79bf03..0725ccf40 100644
--- a/tests/techmap/recursive_runtest.sh
+++ b/tests/techmap/recursive_runtest.sh
@@ -1,3 +1,3 @@
-set -ev
+set -e
../../yosys -p 'hierarchy -top top; techmap -map recursive_map.v -max_iter 1; select -assert-count 2 t:sub; select -assert-count 2 t:bar' recursive.v