[LTP] [PATCH 1/1] tst_test: Add === marks to "Testing filesystem" message

Petr Vorel pvorel@suse.cz
Wed Aug 31 09:54:47 CEST 2022


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



More information about the ltp mailing list