From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Hetzner Subject: Re: make test hangs (master) Date: Tue, 26 Jan 2016 22:28:40 -0800 Message-ID: <56a8639a.6537420a.5535.ffffe64b@mx.google.com> References: <56a7094a.4641620a.e3f1f.5e8e@mx.google.com> Reply-To: Erik Hetzner Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOJay-0001ov-Eq for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 01:28:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOJav-0007qI-9Y for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 01:28:48 -0500 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:34426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOJav-0007q7-3P for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 01:28:45 -0500 Received: by mail-pa0-x234.google.com with SMTP id uo6so113229992pac.1 for ; Tue, 26 Jan 2016 22:28:44 -0800 (PST) In-Reply-To: <56a7094a.4641620a.e3f1f.5e8e@mx.google.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Eric Schulte On Mon, 25 Jan 2016 21:51:05 -0800, Erik Hetzner wrote: >=20 > Hi all, >=20 > make test is hanging on my environment, on the babel sh tests. [=E2=80=A6] It turns out the issue is my prompt, that is, the value of the =3DPS1=3D en= vironment variable, which contains a lambda (=CE=BB, U+03BB). I suspect the following= will fail for all: $ PS1=3D"=CE=BB " emacs -Q --batch -L lisp/ -L testing/ -L testing/lisp -= l lisp/org.el -l lisp/org-id.el -l testing/org-test.el --eval "(progn (org-= reload) (setq org-confirm-babel-evaluate nil) (org-babel-do-load-languages = 'org-babel-load-languages '((emacs-lisp . t) (shell . t) (org . t))))" -f o= rg-test-run-batch-tests =E2=80=A6 passed 70/443 test-ob-shell/dont-insert-spaces-on-expanded-bodies [ hangs here ] It is easy enough to set =3DPS1=3D to something sane in the Makefile, but t= his might be an issue with ob-shell.el. Unfortunately I don=E2=80=99t understand ob-s= hell.el well enough to fix this. best, Erik