Skip to content

Commit 42f01f5

Browse files
authored
Update HdmiCecSink_L2Test.cpp
1 parent 7d6dec5 commit 42f01f5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Tests/L2Tests/tests/HdmiCecSink_L2Test.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

485484
HdmiCecSink_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

687685
HdmiCecSink_L2Test_STANDBY::~HdmiCecSink_L2Test_STANDBY()

0 commit comments

Comments
 (0)