summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
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