Skip to content

Commit

Permalink
Fix test output as per new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukhin committed Feb 15, 2018
1 parent e2d99a9 commit 6027e38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/box-py/args.result
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ tarantool --no-such-option --version
tarantool: unrecognized option

tarantool --version
Tarantool 1.minor.patch-<rev>-<commit>
Tarantool 2.minor.patch-<rev>-<commit>
Target: platform <build>
Build options: flags
Compiler: cc
C_FLAGS: flags
CXX_FLAGS: flags

tarantool -v
Tarantool 1.minor.patch-<rev>-<commit>
Tarantool 2.minor.patch-<rev>-<commit>
Target: platform <build>
Build options: flags
Compiler: cc
C_FLAGS: flags
CXX_FLAGS: flags

tarantool -V
Tarantool 1.minor.patch-<rev>-<commit>
Tarantool 2.minor.patch-<rev>-<commit>
Target: platform <build>
Build options: flags
Compiler: cc
Expand Down Expand Up @@ -111,7 +111,7 @@ arg[3] => 2
arg[4] => 3

tarantool -V ${SOURCEDIR}/test/box-py/args.lua 1 2 3
Tarantool 1.minor.patch-<rev>-<commit>
Tarantool 2.minor.patch-<rev>-<commit>
Target: platform <build>
Build options: flags
Compiler: cc
Expand Down

0 comments on commit 6027e38

Please sign in to comment.