mbox series

[0/3] lib: print kernel version

Message ID 20240726095546.1041726-1-pvorel@suse.cz
Headers show
Series lib: print kernel version | expand

Message

Petr Vorel July 26, 2024, 9:55 a.m. UTC
Hi,

a follow up of 5cabf2bea7 ("tst_tmpdir: Print used temporary dir and its
filesystem") which should help debugging of LTP failure reports.

Kind regards,
Petr

Petr Vorel (3):
  lib: Print tested kernel and arch
  tst_test.sh: lib: Print tested kernel and arch
  tst_test: Print used temporary dir and its filesystem

 lib/tst_test.c            | 6 ++++++
 testcases/lib/tst_test.sh | 2 ++
 2 files changed, 8 insertions(+)

Comments

Avinesh Kumar Aug. 21, 2024, 9:37 a.m. UTC | #1
Hi Petr,

I think this is very helpful. Thank you!

Reviewed-by: Avinesh Kumar <akumar@suse.de>
for all patches in series.

On Friday, July 26, 2024 11:55:43 AM GMT+2 Petr Vorel wrote:
> Hi,
> 
> a follow up of 5cabf2bea7 ("tst_tmpdir: Print used temporary dir and its
> filesystem") which should help debugging of LTP failure reports.
> 
> Kind regards,
> Petr
> 
> Petr Vorel (3):
>   lib: Print tested kernel and arch
>   tst_test.sh: lib: Print tested kernel and arch
>   tst_test: Print used temporary dir and its filesystem
> 
>  lib/tst_test.c            | 6 ++++++
>  testcases/lib/tst_test.sh | 2 ++
>  2 files changed, 8 insertions(+)
> 
> 

Regards,
Avinesh
Petr Vorel Aug. 21, 2024, 7:46 p.m. UTC | #2
Hi Avinesh,

> Hi Petr,

> I think this is very helpful. Thank you!

Thanks for your review, merged!

Kind regards,
Petr

> Reviewed-by: Avinesh Kumar <akumar@suse.de>
> for all patches in series.