From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 AE0BF469719 for ; Wed, 4 Mar 2020 16:59:06 +0300 (MSK) Date: Wed, 4 Mar 2020 13:59:05 +0000 From: Nikita Pettik Message-ID: <20200304135905.GB7936@tarantool.org> References: <1b63fe6f145df407a57f23e65f0cb97bd2a3ed48.1583276360.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1b63fe6f145df407a57f23e65f0cb97bd2a3ed48.1583276360.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 1/1] fio: respect $TMPDIR in fio.tempdir(), when it is set List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 04 Mar 00:01, Vladislav Shpilevoy wrote: > TMPDIR is an environment variable used to tell what a directory > should be used to create temporary files. It is described in the > POSIX standard, and should be used by programs creating temporary > files. > > Closes #4794 > > @TarantoolBot document > Title: fio.tempdir() $TMPDIR > > fio.tempdir() stores created temporary directory into /tmp by > default. This can be changed by setting TMPDIR environment > variable. Before starting Tarantool, or at runtime by > os.setenv(). > --- LGTM