Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Runner.mt:update_status() method
Previously, the "principle of single responsibility" was not observed in the `update_status()` - the method should do one thing. The part related to output has been moved to a higher level so that the principle is respected. This will allow you to work with internal test content (e.g servers) before output to stdout. Part of tarantool#304
- Loading branch information