emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] 2 Org tests failing


From: Sebastien Vauban
Subject: Re: [O] 2 Org tests failing
Date: Thu, 19 Jun 2014 10:36:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (windows-nt)

Achim Gratz wrote:
> Sebastien Vauban writes:
>> I've solved the reported problem by creating the missing TMPDIR (set to
>> /tmp/org_test) for the invocation from my Zsh (Cygwin) terminal...
>
> The first thing the build system does before testing is
>
> install -m 755 -d /tmp/tmp-orgtest
>
> so you either pick up the wrong install command via path or have
> otherwise misconfigured MKDIR in local.mk.

No, I was using my own function:

--8<---------------cut here---------------start------------->8---
org_test () {
    (
        cd $HOME/Public/Repositories/org-mode;
        TMPDIR=/tmp/org_test emacs -Q --batch -L lisp/ -L testing/ -l 
org-test.el --eval '(setq org-confirm-babel-evaluate nil)' -f 
org-test-run-batch-tests
    )
}
--8<---------------cut here---------------end--------------->8---

I just ran `make test' and got the same error for
`ob-shell/bash-uses-assoc-arrays'.

BTW, how can I avoid compiling the source directory before launching the
tests?  I prefer having only .el files, as I was mistaken multiple times
when trying to understand executions of code I modified.

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]