mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-12 09:02:05 +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
|
|
@ -32,7 +32,6 @@ python3 generate.py -c $count $seed
|
|||
echo "all: test-$idx"
|
||||
echo "test-$idx:"
|
||||
printf "\t@%s\n" \
|
||||
"echo -n [$i]" \
|
||||
"../../yosys -ql temp/uut_${idx}.log temp/uut_${idx}.ys"
|
||||
done
|
||||
} > temp/makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue