Skip to content
Snippets Groups Projects
Commit 87b4da31 authored by Alexander Turenko's avatar Alexander Turenko Committed by Igor Munkin
Browse files

lua: enable/disable override loader

A script for preparing tarantool for executing LuaJIT submodule test
suites has a `debug.getupvalue()` call. It is fragile and the previous
commit promises that it'll be rewritten. It is done here.

The override loader can be disabled using an internal API or by the
`TT_OVERRIDE_BUILTIN` environment variable. The latter is not used
anywhere at the moment of writing and added just in case.

Follows up #7774

NO_CHANGELOG=not planned to be a documented feature, just a tiny
             workaround for specific tests
NO_DOC=see NO_CHANGELOG
parent ec47c389
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment