ti...@cvs.perl.org
unread,Mar 22, 2013, 4:34:32 PM3/22/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to svn-commit-...@perl.org
Author: timbo
Date: Fri Mar 22 13:34:32 2013
New Revision: 15586
Modified:
dbi/trunk/Makefile.PL
Log:
Bump ptest make target from --jobs 4 to 8
Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL (original)
+++ dbi/trunk/Makefile.PL Fri Mar 22 13:34:32 2013
@@ -374,7 +374,7 @@
$(CP) Changes $(changes_pm)
ptest: all
- prove --blib --jobs 4 --shuffle
+ prove --blib --jobs 8 --shuffle
faq:
: checkin any local changes not already checked in before overwriting