[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: make check output

From: Branko Èibej <brane_at_xbc.nu>
Date: 2002-01-13 22:23:08 CET

Garrett Rooney wrote:

>would anyone have an objection to this patch to Makefile.in that makes
>'make check' output 'FAILURE' if a test fails during make check's run,
>rather than just printing nothing and as a result having the next test's
>ouput on the same line?
>
>-garrett
>
>* Makefile.in (check): output 'FAILURE' when a test fails, since we
>output 'SUCCESS' when it passes.
>
>Index: ./Makefile.in
>===================================================================
>--- ./Makefile.in
>+++ ./Makefile.in Sat Jan 12 23:36:42 2002
>@@ -134,6 +134,7 @@
> if ( cd $$progdir && $$runprog ) >> $$logfile ; then \
> echo "SUCCESS" ; \
> else \
>+ echo "FAILURE" ; \
> failed=yes; \
> fi; \
> echo "END: $$progbase" >> $$logfile ; \
>

Heh, heh! This is exactly what I did in my tree while playing with the
tests on Win32.
Committed in rev. 864.

-- 
Brane �ibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.