On Fri, 15 Jan 2021, Daniel Wagner wrote: > Instead always return success, use the provided exist code. > > Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> > --- > src/ptsematest/ptsematest.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/ptsematest/ptsematest.c b/src/ptsematest/ptsematest.c > index 2e392299fdc4..f8f075591f4b 100644 > --- a/src/ptsematest/ptsematest.c > +++ b/src/ptsematest/ptsematest.c > @@ -164,7 +164,7 @@ static void display_help(int error) > " without NUM, threads = max_cpus\n" > " without -t default = 1\n" > ); > - exit(0); > + exit(error); > } > > > -- > 2.29.2 > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>