Commits


test: make tests compatible with --script Part of #8612 NO_CHANGELOG=internal NO_DOC=internal


test: bump test-run to a new version Part of #8612 NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal


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


main: introduce an option --repl Part of #8612 NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal


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