fix(tests/lean): define LEAN_PATH in tests scripts

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-07-10 23:26:55 +01:00
parent 9a3227344e
commit e9c17b154c
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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