Commit Briefs

ceb58dec80 Sergey Bronnikov

test: make tests compatible with --script (ligurio/gh-8612-update-cli-options)

Part of #8612 NO_CHANGELOG=internal NO_DOC=internal


df080b5395 Sergey Bronnikov

test: bump test-run to a new version

Part of #8612 NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal


59df0c3ec2 Sergey Bronnikov

main: require --script for setting path to a script

Patch forbids setting path to a Lua script without option -s/--script and document option in usage and manual page. Closes #8612 NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal


c53779fd10 Sergey Bronnikov

main: introduce an option --repl

Part of #8612 NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal


22d2dbd976 Sergey Bronnikov

main: introduce an option --script

Patch introduces an option --script for specifying a path to a Lua script. It works in the same way as passing a path without an option: ``` $ ./build/src/tarantool sample.lua Script name is sample.lua $ ./build/src/tarantool --script sample.lua Script name is sample.lua ``` In future we will forbid specifying a path without --script option. This patch is needed for switching to a new way in regression testing. Part of #8612 NO_CHANGELOG=not a user-visible change NO_DOC=not a user-visible change NO_TEST=TODO