3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-16 12:30:35 +00:00

tests: avoid interleaving lines in test output

This commit is contained in:
Emil J. Tywoniak 2025-09-19 18:09:47 +02:00
parent 8371adf6b5
commit 3dd3079095
13 changed files with 14 additions and 19 deletions

View file

@ -43,7 +43,7 @@ for dbits in $dbits_list; do
{
echo "bram1_$id/ok:"
echo " @cd bram1_$id && bash run.sh"
echo " @echo -n '[$id]'"
echo " @echo '[$id]'"
echo " @touch \$@"
} >> bram1.mk
all_list="$all_list bram1_$id/ok"