Make sure we have unlimited stack space for testing the scripts
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e54338f4a8
commit
447bb6db0e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ if [ $# -ne 2 -a $# -ne 1 ]; then
|
||||||
echo "Usage: test.sh [lean-executable-path] [yes/no]?"
|
echo "Usage: test.sh [lean-executable-path] [yes/no]?"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
ulimit -s unlimited
|
||||||
LEAN=$1
|
LEAN=$1
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
INTERACTIVE=no
|
INTERACTIVE=no
|
||||||
|
|
Loading…
Reference in a new issue