-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add justrun.lua
helper from tarantool to luatest and adapt it
#365
Labels
feature
A new functionality
Comments
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes in the doc string. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes in the doc string. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes in the doc string. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) The module requires Tarantool 2.4.1 and newer, otherwise it will be an empty table. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 17, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) The module requires Tarantool 2.4.1 and newer, otherwise it will be an empty table. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 17, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) The `popen` module requires Tarantool 2.4.1 and newer, otherwise `justrun` module will be an empty table. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
Apr 17, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) The `popen` module requires Tarantool 2.4.1 and newer, otherwise `justrun` module will be an empty table. Closes tarantool#365
ylobankov
changed the title
Move justrun.lua helper from tarantool to luatest and adapt it
Add Apr 23, 2024
justrun.lua
helper from tarantool to luatest and adapt it
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
May 7, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) This module works with the `popen` module which requires Tarantool 2.4.1 and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will cause an error. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
May 7, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) This module works with the `popen` module which requires Tarantool 2.4.1 and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will cause an error. Closes tarantool#365
ochaplashkin
pushed a commit
to ochaplashkin/luatest
that referenced
this issue
May 14, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) This module works with the `popen` module which requires Tarantool 2.4.1 and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will cause an error. Closes tarantool#365
ylobankov
pushed a commit
that referenced
this issue
May 14, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been moved to the current project with minor changes and will be available as follows: local t = require('luatest') t.justrun.tarantool(...) This module works with the `popen` module which requires Tarantool 2.4.1 and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will cause an error. Closes #365
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the
justrun.lua
module from the tarantool repo (tarantool/test/justrun.lua) to luatest and adapt it.The text was updated successfully, but these errors were encountered: