RVS - Report test progress in realtime
Change-Id: Id9fea71f242f372f408ecd777c030465b7ef9989 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
committed by
Galantsev, Dmitrii
parent
9c77312c51
commit
37ddd5bf50
@@ -578,8 +578,7 @@ rdc_status_t RdcStandaloneHandler::rdc_diagnostic_run(rdc_gpu_group_t group_id,
|
||||
// * response - delivered when the diagnostic run completes
|
||||
while (reader->Read(&reply)) {
|
||||
if (reply.has_log()) {
|
||||
// TODO: Remove cout?
|
||||
RDC_LOG(RDC_INFO, "LOG: " << reply.log());
|
||||
// TODO: Add different logging levels
|
||||
std::cout << "LOG: " << reply.log() << std::endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user