summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-03-04 10:45:15 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-03-04 10:45:15 +0000
commitf2f9b30e2aa29fff14f7b46a6bd1da4e7a8fb272 (patch)
tree5285c4aed81c9848fbdc1aa8a4cb0cf01aa2d37d /maint
parent5af167ddb0bba1ec2ace7e31de5d1105b345cde0 (diff)
downloadpcre-f2f9b30e2aa29fff14f7b46a6bd1da4e7a8fb272.tar.gz
Preparations for next release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1459 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/ManyConfigTests4
1 files changed, 2 insertions, 2 deletions
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