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 629C86EC55; Fri, 16 Jul 2021 18:50:41 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 629C86EC55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1626450641; bh=ER9NFSdW6vR83SVATKOTg4/qf9oox6uhvxNlajI3Eg4=; 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=hMa9UF9ZcWLJHqjYsiPD8Btwl9bADSiIl2IskDjpFI6Gu+fE0ktogEFp9apDzmpFs V3+SIqu7a/ACjDBr5ERe9WQKMAF+iAZq14qOcawveZrKZvBaGHmUovG/0d5WbAZaob kp27JQFfcqWIjPvfHa6roGmEjZ8R72UgS10oqJdo= Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (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 52E2C6EC55 for ; Fri, 16 Jul 2021 18:50:40 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 52E2C6EC55 Received: by mail-lf1-f45.google.com with SMTP id u13so16712537lfs.11 for ; Fri, 16 Jul 2021 08:50:40 -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=ER9NFSdW6vR83SVATKOTg4/qf9oox6uhvxNlajI3Eg4=; b=kvWx1LnTl063knls6dwfpsIv3/DMvePHReHLOxg7l+ctVjZ5soSNGwf8/kTmyCEf+u iVoLA4CiJI9IYO7ChFVSVCtUMg5rxD9IYZZMGkVDD+ajKQBESONpGYbpFsTLGn1oIfb9 4S4fRhJQFQfej97ieLbVGljg+hVHw3DoNVEUNO8z+efcqvb1k0H9ap6hY2LwwSgw4ayq oNYIh/PiJFi/0lfVVSInDpcOSMDvoKUfU5Srakal1h67tAAwNgziWtHnO9gcHYFe0TF2 2NTNQqnvpdx1VISrdlq+EsaUcHUdyPcfnHnMoG5M6/7j8LXGh9f0uSIkcRpvNyYHqRLS BrIA== X-Gm-Message-State: AOAM533u399RPDvWUCvAQhtEW0vRsvZXr1iUESLh1lZ3Plg9b36y0DUH +oG4L5/BNTA0yLzrbWBt37TeI/JGQWiv2Q== X-Google-Smtp-Source: ABdhPJz8ZFeOKy1OScIg2qg9xgcrI5kG+lyNyfOjHokxdJlPktCeTk9GAmdNBfv53uEtegi37uDIVQ== X-Received: by 2002:ac2:447a:: with SMTP id y26mr8292233lfl.196.1626450639382; Fri, 16 Jul 2021 08:50:39 -0700 (PDT) Received: from grain.localdomain ([5.18.255.97]) by smtp.gmail.com with ESMTPSA id q10sm676601lfm.5.2021.07.16.08.50.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Jul 2021 08:50:38 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id E40255A001E; Fri, 16 Jul 2021 18:50:37 +0300 (MSK) Date: Fri, 16 Jul 2021 18:50:37 +0300 To: tml Message-ID: References: <20210716154853.65195-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210716154853.65195-1-gorcunov@gmail.com> User-Agent: Mutt/2.0.7 (2021-05-04) Subject: Re: [Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest` 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 Fri, Jul 16, 2021 at 06:48:53PM +0300, Cyrill Gorcunov wrote: > We use `-notest` postfix when wanna share > the code only, without running tests. And > for FreeBSD template the snippet has been > missed. Add it. The subject has typo "freebasd" -> "freebsd", please update it inplace.