From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A8C86441841 for ; Thu, 26 Mar 2020 03:52:25 +0300 (MSK) Date: Thu, 26 Mar 2020 03:52:28 +0300 From: Alexander Turenko Message-ID: <20200326005228.6f2kebxvevneyd3a@tkn_work_nb> References: <20200324100347.15405-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200324100347.15405-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/2] popen: fix unit test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml On Tue, Mar 24, 2020 at 01:03:45PM +0300, Cyrill Gorcunov wrote: > Sasha, take a look please, do I use BUILDDIR correctly? > I need to run test/unit/popen-child as a helper process. Mostly so, but I would give it default '.' to execute w/o test-run easily. See [1] (at the end). [1]: https://lists.tarantool.org/pipermail/tarantool-patches/2020-March/015154.html