lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Joe,

On 17 October 2017 at 18:56, Joe Kline <gizmo@purdue.edu> wrote:
> I'm trying to compile 5.3.4 on RHEL6.
>
> I then expand the testing tarball and run:
>
> /opt/lua/5.3.4/bin/lua all.lua
>

I assume you are using the right version of tests etc.
Did you try the -e"_U=true" option as described on this page:

http://www.lua.org/tests/

If that works then you can also try -e"_port=true" to increase the
number of tests.

Regards