Re: [PATCH v3 1/7] selftests/mm: hugepage-shm: conform test to TAP format output

2024-01-22 Thread Muhammad Usama Anjum
Hi Andrew, There hasn't been any comment on these. I guess, they can be picked up now? Thanks, On 1/15/24 12:32 PM, Muhammad Usama Anjum wrote: > Conform the layout, informational and status messages to TAP. No > functional change is intended other than the layout of output messages. > > The

[PATCH v3 1/7] selftests/mm: hugepage-shm: conform test to TAP format output

2024-01-14 Thread Muhammad Usama Anjum
Conform the layout, informational and status messages to TAP. No functional change is intended other than the layout of output messages. The "." was being printed inside for loop to indicate the writes progress. This was extraneous and hence removed in the patch. Signed-off-by: Muhammad Usama