Linux Test Project
 help / color / mirror / Atom feed
* [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

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