From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gChqA-0002n3-Qg for guix-patches@gnu.org; Wed, 17 Oct 2018 05:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gChq7-0005Ur-JQ for guix-patches@gnu.org; Wed, 17 Oct 2018 05:10:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gChq7-0005Uj-FH for guix-patches@gnu.org; Wed, 17 Oct 2018 05:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gChq7-0000YP-6E for guix-patches@gnu.org; Wed, 17 Oct 2018 05:10:03 -0400 Subject: [bug#33059] [PATCH 04/10] gnu: Add python-fenics-dijitso. Resent-Message-ID: Message-ID: <1539767389.2698.6.camel@tourbillion-technology.com> From: Paul Garlick Date: Wed, 17 Oct 2018 10:09:49 +0100 In-Reply-To: <20181016183057.GB12881@macbook41> References: <1539682284-6446-1-git-send-email-pgarlick@tourbillion-technology.com> <1539682284-6446-4-git-send-email-pgarlick@tourbillion-technology.com> <20181016183057.GB12881@macbook41> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 33059@debbugs.gnu.org Hi Efraim, > > +             (chdir "test") > > +             (invoke "./runtests.sh") > > +             (chdir "..") > > > for this part you may want to look into 'with-directory-excursion' Thanks.  Will do. In fact, in these patches there is a need to change directories a few times, so I will unify the treatment throughout with 'with-directory- excursion'. Best regards, Paul.