summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-09 11:03:07 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-09 11:03:07 +0000
commit952b13a4b1c7fa5517937470b9752c7530dde2d6 (patch)
tree5981bd0aa5aae1a3a8aa707270532ea05a83b481 /RunTest
parentd7aea824315eb7c1c8b92643f06aed4f18586d49 (diff)
downloadpcre-952b13a4b1c7fa5517937470b9752c7530dde2d6.tar.gz
Comments about stack usage added.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@358 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest9
1 files changed, 8 insertions, 1 deletions
diff --git a/RunTest b/RunTest
index 5ae334a..24f4c15 100755
--- a/RunTest
+++ b/RunTest
@@ -144,7 +144,14 @@ if [ $do2 = yes ] ; then
if [ $? = 0 ] ; then
$cf $testdata/testoutput2 testtry
if [ $? != 0 ] ; then exit 1; fi
- else exit 1
+ else
+ echo " "
+ echo "** Test 2 requires a lot of stack. If it has crashed with a"
+ echo "** segmentation fault, it may be that you do not have enough"
+ echo "** stack available by default. Please see the 'pcrestack' man"
+ echo "** page for a discussion of PCRE's stack usage."
+ echo " "
+ exit 1
fi
echo "OK"
fi