svn rev #23765: trunk/src/config/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Mar 4 23:18:51 EST 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23765
Commit By: ghudson
Log Message:
Error out if a Python test program fails.



Changed Files:
U   trunk/src/config/post.in
Modified: trunk/src/config/post.in
===================================================================
--- trunk/src/config/post.in	2010-03-04 21:37:20 UTC (rev 23764)
+++ trunk/src/config/post.in	2010-03-05 04:18:51 UTC (rev 23765)
@@ -137,7 +137,7 @@
 		echo PYTHONPATH=$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
 			$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS); \
 		PYTHONPATH=$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
-			$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS); \
+			$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS) || exit 1; \
 	done
 
 check-python-tests-no:




More information about the cvs-krb5 mailing list