From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 1AC7E46970F for ; Tue, 26 Nov 2019 18:49:46 +0300 (MSK) From: Igor Munkin Date: Tue, 26 Nov 2019 18:47:38 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH] test: adjust the test name related to PAIRSMM flag List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org The prior name doesn't respect the naming convention used by test-run thus this chunk was ignored by our testing machinery. Part-of tarantool/tarantool#4560 Signed-off-by: Igor Munkin --- Branch: https://github.com/tarantool/luajit/tree/imun/test-name-fixup Issue: https://github.com/tarantool/tarantool/issues/4560 test/{mmpairs_test.lua => mmpairs-tarantool-4560.test.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{mmpairs_test.lua => mmpairs-tarantool-4560.test.lua} (100%) diff --git a/test/mmpairs_test.lua b/test/mmpairs-tarantool-4560.test.lua similarity index 100% rename from test/mmpairs_test.lua rename to test/mmpairs-tarantool-4560.test.lua -- 2.24.0