On Thu, Oct 22, 2020 at 12:17:46PM +0800, Wu Fengguang wrote:
TO ALL.
Better remove unrelated context.
ok.
- cd "${LKP_SRC}/jobs" && {
[ -f "${test_yaml}" ] ||
die "test yaml\(${test_yaml}\) exist in {LKP_SRC}/jobs !!!"
==> test yaml not exist in ${LKP_SRC}/jobs
Good point!
"test yaml not exist in" 非常容易 grep
修改之前的output, fixed string AND variable互相交织,碎片化了。 看到出错消息也很难在项目里快速gg到对应代码。
ok.
!!! 一般也没必要。
ok.
-------- Thanks Yu Chuan
Thanks, Fengguang