From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 D796F4003E9 for ; Sun, 27 Oct 2019 22:26:06 +0300 (MSK) Date: Sun, 27 Oct 2019 22:25:57 +0300 From: Alexander Turenko Message-ID: <20191027192557.wk4zykkvfhbse6w6@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2] Add exclude option as suite/test pattern List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org I started to simplify the code, reduce code duplication, clarification of texts and found that I completely rewrote the whole patch. So I sent it as the separate PR: https://github.com/tarantool/test-run/pull/191 So now I asked you for review :) WBR, Alexander Turenko. On Thu, Oct 24, 2019 at 01:58:28PM +0300, Alexander V. Tikhonov wrote: > Added exclude option to be able to exclude the tests > by patterns suite/test from testing, it means that > exclude option even excludes the suites given with > option suite either test pattern. > Also added ability to set the list of exclude patterns > by the environment variable TEST_RUN_EXCLUDE_TESTS. > > Close #54 > --- > > Github: https://github.com/tarantool/test-run/tree/avtikhon/gh-54-exclude-option > Issue: https://github.com/tarantool/test-run/issues/54