From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 23DC92A06F for ; Fri, 17 Aug 2018 10:05:26 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ht-qggkDFStO for ; Fri, 17 Aug 2018 10:05:25 -0400 (EDT) Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id BFD842A064 for ; Fri, 17 Aug 2018 10:05:23 -0400 (EDT) Date: Fri, 17 Aug 2018 17:05:26 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] test: update test-run submodule Message-ID: <20180817140526.6hn56ondsemi3d2f@tkn_work_nb> References: <20180817102637.h4vi5x67x6z7nlpt@tkn_work_nb> <20180817123703.3791-1-sergw@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180817123703.3791-1-sergw@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Sergei Voronezhskii , Kirill Yukhin Cc: tarantool-patches@freelists.org LGTM. WBR, Alexander Turenko. On Fri, Aug 17, 2018 at 03:37:03PM +0300, Sergei Voronezhskii wrote: > - Don't kill default if non-default crash expected. > - Support comments in config files. > - Allow grep_log to not reset search results after tarantool restart. > --- > > branch: sergw-test-run-dont-kill-default-if-non-default-crash-expected > > test-run | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test-run b/test-run > index 0aa25ae8a..822eed379 160000 > --- a/test-run > +++ b/test-run > @@ -1 +1 @@ > -Subproject commit 0aa25ae8a9d4af977b3c3478cba3ccdc4ef81d35 > +Subproject commit 822eed379ce04edf7b0f586e1b2c061687a67e92 > -- > 2.18.0 > >