From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 51B564696C9 for ; Tue, 21 Apr 2020 17:02:59 +0300 (MSK) From: sergeyb@tarantool.org Date: Tue, 21 Apr 2020 17:00:26 +0300 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v4 9/10] Disabled test/luajit-tap in luacheckrc List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, imun@tarantool.org, v.shpilevoy@tarantool.org Cc: o.piskunov@tarantool.org From: Sergey Bronnikov temporarily disabled luajit-tap tests while patch with fixes not applied --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index cec1f4ffe..b8ee14b50 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -19,6 +19,7 @@ exclude_files = { "test/xlog/*.lua", "test/wal_off/*.lua", "test/var/**/*.lua", + "test/luajit-tap", "test-run/**/*.lua", "third_party/**/*.lua", ".rocks/**/*.lua", -- 2.23.0