Skip to content
Snippets Groups Projects
Commit c7078689 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Kirill Yukhin
Browse files

test: fix luacheck warnings in test/xlog-py

parent 6e55c30c
No related branches found
Tags 1.7.1
No related merge requests found
......@@ -47,7 +47,6 @@ exclude_files = {
"test/vinyl/**/*.lua",
"test/wal_off/**/*.lua",
"test/xlog/*.test.lua",
"test/xlog-py/**/*.lua",
"third_party/**/*.lua",
".rocks/**/*.lua",
".git/**/*.lua",
......
#!/usr/bin/env tarantool
os = require('os')
local os = require('os')
box.cfg{
listen = os.getenv("LISTEN"),
......
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