fix(tests/lua/test.sh): update old script
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9f83ef8f6c
commit
1da4ed5d80
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue