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 0129128335 for ; Sun, 19 Aug 2018 11:35:00 -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 JWIxybvdKKd1 for ; Sun, 19 Aug 2018 11:34:59 -0400 (EDT) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 07E6028137 for ; Sun, 19 Aug 2018 11:34:58 -0400 (EDT) Date: Sun, 19 Aug 2018 18:35:00 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] lua: show locals when a tap test fails Message-ID: <20180819153500.4aoc6tcrsfzpouar@tkn_work_nb> References: <84509c8ab6e29159082ff27a5d72c9228adc1c21.1534595542.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <84509c8ab6e29159082ff27a5d72c9228adc1c21.1534595542.git.alexander.turenko@tarantool.org> 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: Vladislav Shpilevoy , Eugine Blikh Cc: tarantool-patches@freelists.org Sorry, forgotten to update result file. Updated the branch now. diff --git a/test/app-tap/tap.result b/test/app-tap/tap.result index 36caa3023..ea6160191 100644 --- a/test/app-tap/tap.result +++ b/test/app-tap/tap.result @@ -157,6 +157,7 @@ ok - like --- locals: a: 42 + tuple: [] ... # locals nested: end not ok - failed subtests WBR, Alexander Turenko. On Sat, Aug 18, 2018 at 03:36:24PM +0300, Alexander Turenko wrote: > Fixes #3627. > --- > > branch: Totktonada/gh-3627-tap-show-local-variables > travis-ci: https://travis-ci.org/tarantool/tarantool/builds/417616160 > issue: https://github.com/tarantool/tarantool/issues/3627