From: Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org
Subject: [Tarantool-patches] [PATCH v7 2/2] test: fix luacheck warnings in test/xlog-py
Date: Wed, 13 Jan 2021 16:56:54 +0300 [thread overview]
Message-ID: <549b21aeb97c7d337ed974e4bd192d1f1edf06cd.1610545653.git.sergeyb@tarantool.org> (raw)
In-Reply-To: <cover.1610545653.git.sergeyb@tarantool.org>
From: Sergey Bronnikov <sergeyb@tarantool.org>
Closes #5469
Reviewed-by: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Reviewed-by: Igor Munkin <imun@tarantool.org>
Co-authored-by: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Co-authored-by: Igor Munkin <imun@tarantool.org>
---
.luacheckrc | 1 -
test/xlog-py/box.lua | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.luacheckrc b/.luacheckrc
index 5468ade25..62371f12a 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -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",
diff --git a/test/xlog-py/box.lua b/test/xlog-py/box.lua
index c87f7b94b..8b9e9434f 100644
--- a/test/xlog-py/box.lua
+++ b/test/xlog-py/box.lua
@@ -1,5 +1,5 @@
#!/usr/bin/env tarantool
-os = require('os')
+local os = require('os')
box.cfg{
listen = os.getenv("LISTEN"),
--
2.25.1
next prev parent reply other threads:[~2021-01-13 13:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 13:56 [Tarantool-patches] [PATCH v7 0/2] Fix luacheck warnings in test/xlog and test/xlog-py Sergey Bronnikov via Tarantool-patches
2021-01-13 13:56 ` [Tarantool-patches] [PATCH v7 1/2] test: fix luacheck warnings in test/xlog Sergey Bronnikov via Tarantool-patches
2021-01-13 13:56 ` Sergey Bronnikov via Tarantool-patches [this message]
2021-01-13 16:43 ` [Tarantool-patches] [PATCH v7 0/2] Fix luacheck warnings in test/xlog and test/xlog-py Vladislav Shpilevoy via Tarantool-patches
2021-01-14 11:27 ` Kirill Yukhin via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=549b21aeb97c7d337ed974e4bd192d1f1edf06cd.1610545653.git.sergeyb@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=sergeyb@tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v7 2/2] test: fix luacheck warnings in test/xlog-py' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox