[LTP] [PATCH v3 3/3] lib: moves test infrastructure states into a shared context structure
    Petr Vorel 
    pvorel@suse.cz
       
    Fri Jun  6 16:17:25 CEST 2025
    
    
  
Hi Li,
...
> +	if (context->tdebug)
> +		tst_res(TINFO, "tst_reinit(): restored metadata for PID %d", getpid());
nit: Could you please before merge remove "tst_reinit(): "? tst_res() prints it
itself, it'd be there twice.
		tst_res(TINFO, "restored metadata for PID %d", getpid());
Otherwise LGTM, thanks for your improvement!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
    
    
More information about the ltp
mailing list