mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-12 03:45:42 +00:00
Merge pull request #5826 from petterreinholdtsen/autotest-print-log-on-error
Made autotest.sh print log on error for easier debugging in CI setups.
This commit is contained in:
commit
4dbae6a473
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."
|
echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
sed -e "s,^,${bn}: ," ${bn}.err
|
||||||
$keeprunning || exit 1
|
$keeprunning || exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue