[Python-checkins] r88194 - python/branches/test_subprocess_10826/Makefile.pre.in

antoine.pitrou python-checkins at python.org
Tue Jan 25 23:14:09 CET 2011


Author: antoine.pitrou
Date: Tue Jan 25 23:14:08 2011
New Revision: 88194

Log:
Use a randseed which runs test_subprocess early



Modified:
   python/branches/test_subprocess_10826/Makefile.pre.in

Modified: python/branches/test_subprocess_10826/Makefile.pre.in
==============================================================================
--- python/branches/test_subprocess_10826/Makefile.pre.in	(original)
+++ python/branches/test_subprocess_10826/Makefile.pre.in	Tue Jan 25 23:14:08 2011
@@ -784,7 +784,7 @@
 		- at if which pybuildbot.identify >/dev/null 2>&1; then \
 			pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
 		fi
-		$(TESTPYTHON) $(TESTPROG) -uall -rwW $(TESTOPTS)
+		$(TESTPYTHON) $(TESTPROG) -uall -rwW --randseed 2463396 $(TESTOPTS)
 
 QUICKTESTOPTS=	$(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
 		test_multibytecodec test_urllib2_localnet test_itertools \


More information about the Python-checkins mailing list