fix(tests/lua/test.sh): update old script

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-06-25 17:47:07 -07:00
parent 9f83ef8f6c
commit 1da4ed5d80

View file

@ -8,7 +8,7 @@ LEAN=$1
NUM_ERRORS=0
for f in `ls *.lua`; do
echo "-- testing $f"
if $LEAN -t extra.lua $f > $f.produced.out; then
if $LEAN extra.lua $f > $f.produced.out; then
echo "-- worked"
else
echo "ERROR executing $f, produced output is at $f.produced.out"