Skip to content

Commit

Permalink
run tests tells you which lua it's using so you can be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffleyland committed Apr 8, 2011
1 parent 501902b commit 2b761c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Expand Up @@ -3,7 +3,7 @@ LUA=${1:-lua}
cd lua
for f in test/*.lua
do
echo TESTING $f
echo Testing $LUA $f
$LUA $f
luatrace.profile
rm trace-out.txt
Expand Down

0 comments on commit 2b761c0

Please sign in to comment.