* [LTP] [PATCH 1/1] tst_test: Add === marks to "Testing filesystem" message
@ 2022-08-31 7:54 Petr Vorel
2022-08-31 8:09 ` Li Wang
0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2022-08-31 7:54 UTC (permalink / raw)
To: ltp
Each filesystem run of .all_filesystems is not visible enough.
Add === marks to separate each run.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
lib/tst_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/tst_test.c b/lib/tst_test.c
index 4b4dd125d..8ccde1629 100644
--- a/lib/tst_test.c
+++ b/lib/tst_test.c
@@ -1596,7 +1596,7 @@ static int run_tcases_per_fs(void)
for (i = 0; filesystems[i]; i++) {
- tst_res(TINFO, "Testing on %s", filesystems[i]);
+ tst_res(TINFO, "=== Testing on %s ===", filesystems[i]);
tdev.fs_type = filesystems[i];
prepare_device();
--
2.37.2
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH 1/1] tst_test: Add === marks to "Testing filesystem" message
2022-08-31 7:54 [LTP] [PATCH 1/1] tst_test: Add === marks to "Testing filesystem" message Petr Vorel
@ 2022-08-31 8:09 ` Li Wang
2022-09-02 10:46 ` Petr Vorel
0 siblings, 1 reply; 3+ messages in thread
From: Li Wang @ 2022-08-31 8:09 UTC (permalink / raw)
To: Petr Vorel; +Cc: LTP List
[-- Attachment #1.1: Type: text/plain, Size: 285 bytes --]
On Wed, Aug 31, 2022 at 3:55 PM Petr Vorel <pvorel@suse.cz> wrote:
> Each filesystem run of .all_filesystems is not visible enough.
> Add === marks to separate each run.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
>
Reviewed-by: Li Wang <liwang@redhat.com>
--
Regards,
Li Wang
[-- Attachment #1.2: Type: text/html, Size: 1018 bytes --]
[-- Attachment #2: Type: text/plain, Size: 60 bytes --]
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH 1/1] tst_test: Add === marks to "Testing filesystem" message
2022-08-31 8:09 ` Li Wang
@ 2022-09-02 10:46 ` Petr Vorel
0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2022-09-02 10:46 UTC (permalink / raw)
To: Li Wang; +Cc: LTP List
Hi Li,
thanks for your review, merged!
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-02 10:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-31 7:54 [LTP] [PATCH 1/1] tst_test: Add === marks to "Testing filesystem" message Petr Vorel
2022-08-31 8:09 ` Li Wang
2022-09-02 10:46 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox