fix: 测试执行打印错误日志

This commit is contained in:
chenjianxing 2021-08-02 15:27:31 +08:00 committed by jianxing
parent 6f27c43a24
commit 7d68149409
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class TestResultService {
}
}
} catch (Exception e) {
LogUtil.error(e.getMessage());
LogUtil.error(e.getMessage(), e);
}
}