From: sergeyb@tarantool.org
To: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org,
lvasiliev@tarantool.org
Subject: [Tarantool-patches] [PATCH v7 2/3] luacheck: fix warnings in test/box-py
Date: Tue, 22 Dec 2020 17:54:21 +0300 [thread overview]
Message-ID: <1f95a71d17e825056700a64d037756e4fcd02a2d.1608647958.git.estetus@gmail.com> (raw)
In-Reply-To: <cover.1608647958.git.estetus@gmail.com>
From: Sergey Bronnikov <sergeyb@tarantool.org>
Closes #5456
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/box-py/box.lua | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.luacheckrc b/.luacheckrc
index 17cff8671..52625bb35 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -39,7 +39,6 @@ exclude_files = {
"test/box/lua/require_mod.lua",
-- Unused source file, to be dropped (gh-5169).
"test/box/lua/test_init.lua",
- "test/box-py/**/*.lua",
"test/box-tap/**/*.lua",
"test/engine/**/*.lua",
"test/engine_long/**/*.lua",
diff --git a/test/box-py/box.lua b/test/box-py/box.lua
index e9403774c..35a087de9 100644
--- a/test/box-py/box.lua
+++ b/test/box-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:[~2020-12-22 14:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-22 14:54 [Tarantool-patches] [PATCH v7 0/3] Fix luacheck warnings in test/box-tap, test/box and test/box-py sergeyb
2020-12-22 14:54 ` [Tarantool-patches] [PATCH 1/3] luacheck: fix warnings in test/box sergeyb
2021-01-11 17:52 ` Vladislav Shpilevoy via Tarantool-patches
2021-01-12 15:26 ` Sergey Bronnikov via Tarantool-patches
2021-01-13 7:58 ` Sergey Bronnikov via Tarantool-patches
2021-01-13 16:38 ` Vladislav Shpilevoy via Tarantool-patches
2021-01-14 7:49 ` Sergey Bronnikov via Tarantool-patches
2020-12-22 14:54 ` sergeyb [this message]
2020-12-22 14:54 ` [Tarantool-patches] [PATCH v7 3/3] luacheck: fix warnings in test/box-tap sergeyb
2021-01-11 17:52 ` Vladislav Shpilevoy via Tarantool-patches
2021-01-12 13:59 ` Sergey Bronnikov via Tarantool-patches
2021-01-12 14:52 ` Vladislav Shpilevoy via Tarantool-patches
2021-01-12 15:21 ` Sergey Bronnikov via Tarantool-patches
2020-12-25 10:37 ` [Tarantool-patches] [PATCH v7 0/3] Fix luacheck warnings in test/box-tap, test/box and test/box-py Kirill Yukhin
2020-12-30 10:17 ` Kirill Yukhin
2020-12-30 12:27 ` Leonid Vasiliev
2021-01-14 21:34 ` Vladislav Shpilevoy via Tarantool-patches
2021-01-15 9:48 ` 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=1f95a71d17e825056700a64d037756e4fcd02a2d.1608647958.git.estetus@gmail.com \
--to=sergeyb@tarantool.org \
--cc=lvasiliev@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v7 2/3] luacheck: fix warnings in test/box-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