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 EA78929845 for ; Mon, 18 Mar 2019 17:16:41 -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 xxoBX-FkusrE for ; Mon, 18 Mar 2019 17:16:41 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 A2BF829838 for ; Mon, 18 Mar 2019 17:16:41 -0400 (EDT) Date: Tue, 19 Mar 2019 00:16:36 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] test: update test-run Message-ID: <20190318211636.nuwenysqrm4lful7@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: tarantool-patches@freelists.org Cc: Kirill Yukhin , "Alexander V. Tikhonov" Pushed to 2.1. WBR, Alexander Turenko. On Tue, Mar 19, 2019 at 12:13:25AM +0300, Alexander Turenko wrote: > Fixed _func system space clean when pretest_clean is set to True in > suite.ini. > --- > > issue: no > branch: Totktonada/update-test-run > > test-run | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test-run b/test-run > index 1aeb35b41..cb498469d 160000 > --- a/test-run > +++ b/test-run > @@ -1 +1 @@ > -Subproject commit 1aeb35b41024d7dc0ac4db8d998a473d213f2755 > +Subproject commit cb498469dcb5ed0882c1c91571720dc1093a3f0b > -- > 2.20.1 >