From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp17.mail.ru (smtp17.mail.ru [94.100.176.154]) (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 3592D46970E for ; Tue, 31 Dec 2019 12:58:01 +0300 (MSK) From: Ilya Kosarev Date: Tue, 31 Dec 2019 12:57:56 +0300 Message-Id: <20191231095756.17477-1-i.kosarev@tarantool.org> Subject: [Tarantool-patches] [PATCH] test: create missing master1 symlink for join_vclock test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org master1.lua did not reach all needed remote branches with adb0a01b112f2afdc5fe07d2aefe183a87b63d93. It is needed for join_vclock test. --- Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/add-missing-master1.lua test/replication/master1.lua | 1 + 1 file changed, 1 insertion(+) create mode 120000 test/replication/master1.lua diff --git a/test/replication/master1.lua b/test/replication/master1.lua new file mode 120000 index 00000000000..1c7debd2fc4 --- /dev/null +++ b/test/replication/master1.lua @@ -0,0 +1 @@ +master.lua \ No newline at end of file -- 2.17.1