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

make check output

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-01-13 06:02:43 CET

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 ; \

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
---------------------------------------------------------------------
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.