mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-22 23:44:35 +00:00
tests: avoid interleaving lines in test output
This commit is contained in:
parent
8371adf6b5
commit
3dd3079095
13 changed files with 14 additions and 19 deletions
|
@ -129,7 +129,7 @@ do
|
|||
status_prefix="Test: $bn "
|
||||
else
|
||||
status_prefix=""
|
||||
echo -n "Test: $bn "
|
||||
echo "Test: $bn "
|
||||
fi
|
||||
|
||||
if [ "$ext" == sv ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue