Skip to content
代码片段 群组 项目
未验证 提交 d18d5cc7 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

CI: Print warnigns on stderr as well

This side steps sync problems in CI trace logs and makes printing
consistent.
上级 67c61123
No related branches found
No related tags found
无相关合并请求
...@@ -132,9 +132,9 @@ function fail_on_warnings() { ...@@ -132,9 +132,9 @@ function fail_on_warnings() {
then then
echoerr "There were warnings:" echoerr "There were warnings:"
echoerr "======================== Filtered warnings =====================================" echoerr "======================== Filtered warnings ====================================="
echo "$warnings" echo "$warnings" >&2
echoerr "======================= Unfiltered warnings ====================================" echoerr "======================= Unfiltered warnings ===================================="
cat "$warning_file" cat "$warning_file" >&2
echoerr "================================================================================" echoerr "================================================================================"
rm -f "$warning_file" rm -f "$warning_file"
return 1 return 1
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册