From c401880bd1a998765ad47b64eacd3f33afe8c492 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Thu, 12 Mar 2020 18:09:07 +0300 Subject: [PATCH] test: update test-run Add filename option to grep_log() (#106). The option can be used when it is not possible to grab 'box.cfg.log' value from a tarantool instance: say, when the instance is stopped or crashed. Usage: | local test_run = require('test_run').new() | test_run:grep_log(node, what, bytes, {filename = <...>}) --- test-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-run b/test-run index b23eeb7c0c..65028a9e22 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit b23eeb7c0c8a58cb8271c091835e04c47cc65744 +Subproject commit 65028a9e22e3810e556c89a7ef6a15d79050f2c9 -- GitLab