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 2EAFD27FEB for ; Wed, 13 Mar 2019 17:23:27 -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 jCmqgSuAxsIx for ; Wed, 13 Mar 2019 17:23:27 -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 E09EB21E7A for ; Wed, 13 Mar 2019 17:23:26 -0400 (EDT) Received: by smtpng3.m.smailru.net with esmtpa (envelope-from ) id 1h4BLR-0003X3-3b for tarantool-patches@freelists.org; Thu, 14 Mar 2019 00:23:25 +0300 Date: Thu, 14 Mar 2019 00:23:23 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] test: update test-run Message-ID: <20190313212322.odfvtjain7kv6mxi@tkn_work_nb> References: <9d50d57140b6c12e4787bf80397f6ada99cea6fe.1552510680.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9d50d57140b6c12e4787bf80397f6ada99cea6fe.1552510680.git.alexander.turenko@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: tarantool-patches@freelists.org Pushed to 2.1. WBR, Alexander Turenko. On Thu, Mar 14, 2019 at 12:19:17AM +0300, Alexander Turenko wrote: > Run a unit test from a var directory. It is needed to, say, allow a test > to write a log file to a gitignored directory. > > The only behaviour change observed on tarantool's tests is that > unit/swim.test and unit/swim_proto.test write a log.txt file to a test > var directory ./test/xxx_unit instead of ./test. > --- > > issue: no > branch: https://github.com/tarantool/tarantool/tree/Totktonada/update-test-run > > test-run | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test-run b/test-run > index 59bae401f..1aeb35b41 160000 > --- a/test-run > +++ b/test-run > @@ -1 +1 @@ > -Subproject commit 59bae401fe7ef9dbb3d958a6c5d9c0a97746ed82 > +Subproject commit 1aeb35b41024d7dc0ac4db8d998a473d213f2755 > -- > 2.20.1 >