Commit edbd8d17 by Eddie Hung

Missing exit

parent c7ac97de
......@@ -10,6 +10,7 @@ cd $1/work_$2
if [ -f ../run-test.sh ]; then
../run-test.sh
touch .stamp
exit
else
test -f scripts/$2.ys
yosys -ql yosys.log ../../scripts/$2.ys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment