From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 8353B6EC5F; Thu, 15 Apr 2021 09:13:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 8353B6EC5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1618467230; bh=17S07OoUYfd9/I4eoWMceiDmBxMD5T3MXq+JptDXwIQ=; h=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=kVyCbcUozLcrfcVdUR/WogLQEFTGt7C330t3XC+AoIgz3xqxQeiFQY7gfgw1N0CAp iRa/pICQuWEQri7OB4WmvTwSCRbtgtGSwoQPHh0OgpOKWyClHE7s+7GZg+ydWYMMtO BkOL+xlby4FV7CT9P1+Whzxt+lrJTfBPl4WjWZ78= Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 19A256EC5F for ; Thu, 15 Apr 2021 09:13:49 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 19A256EC5F Received: by mail-lj1-f169.google.com with SMTP id z8so25815516ljm.12 for ; Wed, 14 Apr 2021 23:13:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=2gNdTObcm9lva1Q+HfMH2Dh+pgaiLKeE/b7588QNYMg=; b=sT0hn8MyNqs75a8ZWompb50E4wVdqAEPVpv5IWWiUoeqzudFrC+y7obLnyKKwevnCO f0y3kSmEXytuQMzcHw30wGV9/ppZ3AtfMhs+pBgNmGfW+prZ6g/g+A/X4dumK1g8vxdZ 7FnlfiGodZTYwgQQ+DIWpdn+Ke97q1XsogqR019t3fWiv8WgKCh8aWx4TQUO6o2mgzrh OK41tz1llGyRYHVL4RL9pnSFdQUeHPx93h1tKxA0NaQKjvU8Ems9jW9s8Kw1+isNWtTm rrdXFQirzOcAAibFOgEjcatJYwQvanCZEydT8VgBYj8aPT46G3UCkZZ1C6PKyTeOS04d 98SA== X-Gm-Message-State: AOAM531qnRhPnA0upIdnLDaMQ6SZRl8PB/0+q2sxKfuW/kyLg/HMCieX wJXwz9X38gImRFaSA7BoTwlTBFFFtAs= X-Google-Smtp-Source: ABdhPJzJ+rzDN/q5HLx0fEtt5kS6H9tkepk/VgXveM537zOVuMHKMjToVSvckZA+V+mdTiwR00xgcg== X-Received: by 2002:a2e:a60a:: with SMTP id v10mr878138ljp.267.1618467228068; Wed, 14 Apr 2021 23:13:48 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id v11sm524423ljp.63.2021.04.14.23.13.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Apr 2021 23:13:47 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 9C3C756014D; Thu, 15 Apr 2021 09:13:46 +0300 (MSK) Date: Thu, 15 Apr 2021 09:13:46 +0300 To: Alexander Turenko via Tarantool-patches Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.5 (2021-01-21) Subject: Re: [Tarantool-patches] [PATCH 0/2] Set box.cfg options using environment variables X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Cc: Alexander Turenko Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Thu, Apr 15, 2021 at 09:04:10AM +0300, Alexander Turenko via Tarantool-patches wrote: > https://github.com/tarantool/tarantool/issues/5602 > lvasilev/env > https://github.com/tarantool/tarantool/tree/lvasilev/env > > No test case for tarantoolctl, sorry. Tested manually. Ack