From ed63958dadc46209ad0199f2954343751a4a8267 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Fri, 7 Dec 2018 16:32:05 +0000 Subject: [PATCH] Make RunTest check stack settablility using the -bigstack value. --- ChangeLog | 3 +++ RunTest | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3115164..7f3dbce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -97,6 +97,9 @@ known to work (currently only Linux) try to run this test. descriptors instead of redirecting stderr to stdout. This worked on Linux, but it was reported not to on other systems, causing the tests to fail. +25. In the RunTest script, make the test for stack setting use the same value +for the stack as it needs for -bigstack. + Version 10.32 10-September-2018 ------------------------------- diff --git a/RunTest b/RunTest index 39f04d4..6715d15 100755 --- a/RunTest +++ b/RunTest @@ -319,7 +319,7 @@ fi # If it is possible to set the system stack size and -bigstack was given, # set up a large stack. -$sim ./pcre2test -S 1 /dev/null /dev/null +$sim ./pcre2test -S 64 /dev/null /dev/null if [ $? -eq 0 -a "$bigstack" != "" ] ; then setstack="-S 64" else