On Tue, Feb 18, 2020 at 09:29:45AM -0500, Josef Bacik wrote: > I noticed that despite having PERF_CONFIGNAME set I wasn't getting the > perf/ tests run when I used -g auto. This is because it's not included > in the list of directories to look at. Fix this so that perf tests get > run as well. > > Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> > --- > check | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/check b/check > index 89f3358a..9e7b6134 100755 > --- a/check > +++ b/check > @@ -44,7 +44,7 @@ timestamp=${TIMESTAMP:=false} > > rm -f $tmp.list $tmp.tmp $tmp.grep $here/$iam.out $tmp.xlist $tmp.report.* > > -SRC_GROUPS="generic shared" > +SRC_GROUPS="generic shared perf" Looks good to me, if the maintainer won't prefer moving perf/001 to generic/ :) Thanks, Zorro > export SRC_DIR="tests" > > usage() > -- > 2.24.1 >