fix(tests/lean): define LEAN_PATH in tests scripts
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9a3227344e
commit
e9c17b154c
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ if [ $# -ne 2 -a $# -ne 1 ]; then
|
|||
fi
|
||||
ulimit -s 8192
|
||||
LEAN=$1
|
||||
export LEAN_PATH=../../library/standard:.
|
||||
if [ $# -ne 2 ]; then
|
||||
INTERACTIVE=no
|
||||
else
|
||||
|
|
|
@ -5,6 +5,7 @@ if [ $# -ne 3 -a $# -ne 2 ]; then
|
|||
fi
|
||||
ulimit -s 8192
|
||||
LEAN=$1
|
||||
export LEAN_PATH=../../library/standard:.
|
||||
if [ $# -ne 3 ]; then
|
||||
INTERACTIVE=no
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue