TO ALL.
Better remove unrelated context.
- 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到对应代码。
!!! 一般也没必要。
Thanks, Fengguang