Skip to content
Snippets Groups Projects
Commit 3d80ea0e authored by Oleg Chaplashkin's avatar Oleg Chaplashkin Committed by Vladimir Davydov
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

(cherry picked from commit cfd4bf46)
parent 098397e3
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