automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 8/9] Tests on extensibility of silent-rules made stricter.


From: Ralf Wildenhues
Subject: Re: [PATCH 8/9] Tests on extensibility of silent-rules made stricter.
Date: Mon, 26 Apr 2010 07:34:52 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

* Stefano Lattarini wrote on Mon, Apr 26, 2010 at 12:15:33AM CEST:
> --- a/tests/silent6.test
> +++ b/tests/silent6.test

> @@ -99,5 +99,3 @@ $AUTOMAKE
>  grep 'AM_V_GEN' Makefile.in
>  $AUTOMAKE --force -Wno-all -Wportability
>  grep 'AM_V_GEN' Makefile.in
> -
> -:

Please don't remove trailing ':' or 'Exit 0'.  They exist for a reason:
when somebody changes the test by adding a failing command after the
last command, the test will spuriously fail because $? is nonzero at the
end.  Keeping a trailing ':' prevents that.  (And no, please also don't
newly introduce these things just for the heck of it either (i.e., when
you wouldn't otherwise be editing the test), that's not the point.)

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]