[LTP] [PATCH v4 3/9] tst_supported_fs: Implement skip list

Petr Vorel pvorel@suse.cz
Fri Sep 9 11:47:42 CEST 2022


...
> > > +		switch (ret) {
> > > +		case '?':

> > No usage?
> Ah, make sense to -? be alias of -h.
I mean to call usage() before return 1.

Kind regards,
Petr

> > > +			return 1;
> > > +
> > > +		case 'h':
> > > +			usage();
> > > +			return 0;


More information about the ltp mailing list