mbox

[V1,0/2] framework: fix error msg too long cause saving result failed

Message ID 20201113100605.20669-1-haiyangx.zhao@intel.com (mailing list archive)
Headers

Message

Zhao, HaiyangX Nov. 13, 2020, 10:06 a.m. UTC
  when compiling failed by meson, the error msg exceed the maximum length
of xlwt cell, so save result will be failed and DTS will be terminated,
drop the compile error msg and truncate msg length in excel cell to fix it.

Haiyang Zhao (2):
  framework/project_dpdk: drop the detailed errors when complie failed
  framework/excel_reporter: fix issue of msg exceed xlwt maximum cell
    length

 framework/excel_reporter.py | 6 +++---
 framework/project_dpdk.py   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)