From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 90C2C29842 for ; Wed, 13 Mar 2019 17:19:23 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k-UCH8HVvife for ; Wed, 13 Mar 2019 17:19:23 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id BC1F62983C for ; Wed, 13 Mar 2019 17:19:22 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH] test: update test-run Date: Thu, 14 Mar 2019 00:19:17 +0300 Message-Id: <9d50d57140b6c12e4787bf80397f6ada99cea6fe.1552510680.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: Alexander Turenko Run a unit test from a var directory. It is needed to, say, allow a test to write a log file to a gitignored directory. The only behaviour change observed on tarantool's tests is that unit/swim.test and unit/swim_proto.test write a log.txt file to a test var directory ./test/xxx_unit instead of ./test. --- issue: no branch: https://github.com/tarantool/tarantool/tree/Totktonada/update-test-run test-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-run b/test-run index 59bae401f..1aeb35b41 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit 59bae401fe7ef9dbb3d958a6c5d9c0a97746ed82 +Subproject commit 1aeb35b41024d7dc0ac4db8d998a473d213f2755 -- 2.20.1