Hi Heinrich Schuchardt, According to https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format The statement "Contributed-under:..." need be removed. With that: Reviewed-by: Eric Jin <[email protected]>
If no object, I will help to push with this change by end of this week. -----Original Message----- From: Heinrich Schuchardt <[email protected]> Sent: Tuesday, September 3, 2019 5:53 PM To: [email protected] Cc: Jin, Eric <[email protected]>; Supreeth Venkatesh <[email protected]>; Stephano Cetola <[email protected]>; Heinrich Schuchardt <[email protected]> Subject: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'Remained test cases' %s/Remained/Remaining/g Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heinrich Schuchardt <[email protected]> --- .../SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c index 9e7f672e..6fd36914 100644 --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c @@ -608,10 +608,10 @@ Routine Description: // while (TRUE) { // - // Calculate the number of remained cases + // Calculate the number of remaining test cases // GetTestCaseRemainNum(&Remain); - SctPrint(L" Remained test cases: %d\n", Remain); + SctPrint(L" Remaining test cases: %d\n", Remain); // // Send assertion to remotion computer in passive mode to inform case begin. -- 2.23.0.rc1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46734): https://edk2.groups.io/g/devel/message/46734 Mute This Topic: https://groups.io/mt/33124786/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
