forked from tarantool/test-run
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump luatest to 1.0.0-5-gxxx (WIP tarantool/luatest#355)
New version includes the following commits. - Change conversion of `box.error` to string in error message assertions [1] [1] tarantool/luatest@xxx (WIP tarantool/luatest#355)
- Loading branch information
1 parent
434cbec
commit bebdb58
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule luatest
updated
10 files
+8 −3 | CHANGELOG.md | |
+1 −1 | luatest/VERSION.lua | |
+15 −4 | luatest/assertions.lua | |
+5 −0 | luatest/init.lua | |
+28 −5 | luatest/output_beautifier.lua | |
+15 −9 | luatest/pp.lua | |
+62 −1 | luatest/runner.lua | |
+21 −2 | luatest/server.lua | |
+42 −4 | luatest/server_instance.lua | |
+11 −0 | luatest/utils.lua |