File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -477,9 +477,8 @@ HdmiCecSink_L2Test::HdmiCecSink_L2Test()
477477
478478 struct stat buffer;
479479 bool fileExists = (stat (" /tmp/pwrmgr_restarted" , &buffer) == 0 );
480- printf (" [TEST DEBUG] %s: /tmp/pwrmgr_restarted exists = %s\n " ,
481- (this ->GetParam () ? " Standby fixture" : " Main fixture" ),
482- fileExists ? " YES" : " NO" );
480+ printf (" [TEST DEBUG] Standby fixture: /tmp/pwrmgr_restarted exists = %s\n " ,
481+ fileExists ? " YES" : " NO" );
483482}
484483
485484HdmiCecSink_L2Test::~HdmiCecSink_L2Test ()
@@ -679,9 +678,8 @@ HdmiCecSink_L2Test_STANDBY::HdmiCecSink_L2Test_STANDBY()
679678
680679 struct stat buffer;
681680 bool fileExists = (stat (" /tmp/pwrmgr_restarted" , &buffer) == 0 );
682- printf (" [TEST DEBUG] %s: /tmp/pwrmgr_restarted exists = %s\n " ,
683- (this ->GetParam () ? " Standby fixture" : " Main fixture" ),
684- fileExists ? " YES" : " NO" );
681+ printf (" [TEST DEBUG] Standby fixture: /tmp/pwrmgr_restarted exists = %s\n " ,
682+ fileExists ? " YES" : " NO" );
685683}
686684
687685HdmiCecSink_L2Test_STANDBY::~HdmiCecSink_L2Test_STANDBY ()
You can’t perform that action at this time.
0 commit comments