On Tue, May 13, 2025 at 08:10:11AM +0000, Nirjhar Roy (IBM) wrote: > We should now start using _exit 0 for every new test > that we add. > > Signed-off-by: Nirjhar Roy (IBM) <nirjhar.roy.lists@xxxxxxxxx> > --- > new | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/new b/new > index 139715bf..e55830ce 100755 > --- a/new > +++ b/new > @@ -176,8 +176,7 @@ exit > #echo "If failure, check \$seqres.full (this) and \$seqres.full.ok (reference)" > > # success, all done > -status=0 > -exit > +_exit 0 Hmm, this makes sense after we have: 744623644 common: Move exit related functions to a common/exit Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > End-of-File > > sleep 2 # latency to read messages to this point > -- > 2.34.1 > >