mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-21 17:39:41 +00:00
Made autotest.sh print log on error for easier debugging in CI setups.
Patch by Daniel Gröber via Debian. See also issue #5805.
This commit is contained in:
parent
ec0a102302
commit
c5a8c3cca5
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ do
|
|||
echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog."
|
||||
fi
|
||||
fi
|
||||
sed -e "s,^,${bn}: ," ${bn}.err
|
||||
$keeprunning || exit 1
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue