summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-28 16:10:09 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-28 16:10:09 +0000
commita29cc4dc66d82b59de7616c53517c58271e6e0e8 (patch)
treec74caa3f756e12f475c840392d507a89bcfe8bc8 /maint
parent77b62a421481e0547788d4c0dc7539ac7f41d85b (diff)
downloadpcre-a29cc4dc66d82b59de7616c53517c58271e6e0e8.tar.gz
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/ManyConfigTests11
1 files changed, 2 insertions, 9 deletions
diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests
index 6a61f84..fc5e4e8 100755
--- a/maint/ManyConfigTests
+++ b/maint/ManyConfigTests
@@ -141,10 +141,6 @@ function runtest()
# builds both) to save a bit of time by building only one version of the
# library for the subsequent tests.
-valgrind=
-cvalgrind=
-withvalgrind=
-
echo "Tests in the current directory"
srcdir=.
for opts in \
@@ -183,13 +179,10 @@ do
runtest
done
-valgrind=
-cvalgrind=
-withvalgrind=
-
# Clean up the distribution and then do at least one build and test in a
# directory other than the source directory. It doesn't work unless the
-# source directory is cleaned up first.
+# source directory is cleaned up first - and anyway, it's best to leave it
+# in a clean state after all this reconfiguring.
if [ -f Makefile ]; then
echo "Running 'make distclean'"