mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-14 03:30:20 +00:00
tests: report time per target, eliminate interleaving lines on stdout
This commit is contained in:
parent
d5053033e4
commit
7f030c986c
13 changed files with 14 additions and 19 deletions
|
@ -7,7 +7,7 @@ if [ $# != 1 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo -n "Test: $1 ->"
|
||||
echo "Test: $1 ->"
|
||||
../../yosys $1.ys >$1.log_stdout 2>$1.log_stderr || {
|
||||
echo "ERROR!"
|
||||
exit 1
|
||||
|
|
|
@ -9,7 +9,7 @@ STDERRFILE=${TESTNAME}.log_stderr
|
|||
echo "" > $STDOUTFILE
|
||||
echo "" > $STDERRFILE
|
||||
|
||||
echo -n "Test: ${TESTNAME} -> "
|
||||
echo "Test: ${TESTNAME} -> "
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue