Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix running tests for Tarantool Enterprise
Stream tests use `tarantool -V` output to check version. For Tarantool Enterprise, `tarantool -V` output is "Tarantool Enterprise <version>", thus it is incorrect to extract the version tag by splitting by spaces. Part of igorcoding#22
- Loading branch information