Skip to content
Snippets Groups Projects
Commit cfd4bf46 authored by Oleg Chaplashkin's avatar Oleg Chaplashkin Committed by Serge Petrenko
Browse files

test: adapt tests to the new luatest version

With the new version of Luatest you have to be careful with the server
log file. We used to get it very simply:

    box.cfg.log

Now it is more correct to use the following approach:

    rawget(_G, 'box_cfg_log_file') or box.cfg.log

Closes tarantool/test-run#439

NO_DOC=test
NO_TEST=test
NO_CHANGELOG=test
parent 59ba2131
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