[LTP] [PATCH] lib: Add library function for parsing kernel config

Pengfei Xu pengfei.xu@intel.com
Sat Nov 17 06:41:13 CET 2018


On 2018-11-16 at 15:00:35 +0100, Cyril Hrubis wrote:
> > > +	int abort_test = 0;
> > > +
> > > +	for (i = 0; i < conf_cnt; i++) {
> > > +		if (!conf_match[i]) {
> > > +			abort_test = 1;
> > > +			tst_res(TINFO, "Kernel is missing %s", kconfigs[i]);
> >    Could change TINFO above to TCONF?
> 
> What's the point? We do exit with TCONF below anyway.
> 
  All right, thanks.

> -- 
> Cyril Hrubis
> chrubis@suse.cz


More information about the ltp mailing list