From f2f9b30e2aa29fff14f7b46a6bd1da4e7a8fb272 Mon Sep 17 00:00:00 2001 From: ph10 Date: Tue, 4 Mar 2014 10:45:15 +0000 Subject: Preparations for next release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1459 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- maint/ManyConfigTests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maint') diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests index d9c3ae0..42e31f2 100755 --- a/maint/ManyConfigTests +++ b/maint/ManyConfigTests @@ -79,7 +79,7 @@ function runtest() fi echo "Making" - make >/dev/null 2>teststderr + make -j >/dev/null 2>teststderr if [ $? -ne 0 -o -s teststderr ]; then echo " " echo "**** Errors or warnings while making ****" @@ -166,7 +166,7 @@ function runtest() # Update the total count whenever a new test is added; it is used to show # progess as each test is run. -testtotal=42 +testtotal=43 testcount=0 # This set of tests builds PCRE and runs the tests with a variety of configure -- cgit v1.2.1