Sebastien Vauban writes:
> I just ran `make test' and got the same error for
> `ob-shell/bash-uses-assoc-arrays'.
Yes, that's because not all versions of bash that have associative
arrays can parse the bizarre quoting style that goes through a
sub-process and here-document that is used to fill in
Sebastien Vauban wrote:
> Sebastien Vauban wrote:
>> I just ran `make test' and got the same error for
>> `ob-shell/bash-uses-assoc-arrays'.
>
> Now that I updated to Org-mode version 8.2.7
> (release_8.2.7-1114-g6c2838), I have an extra test failing:
>
> Test test-org-element/headline-properties b
Sebastien Vauban wrote:
> I just ran `make test' and got the same error for
> `ob-shell/bash-uses-assoc-arrays'.
Now that I updated to Org-mode version 8.2.7
(release_8.2.7-1114-g6c2838), I have an extra test failing:
--8<---cut here---start->8---
Test test-org
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 yo
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 insta
Bastien wrote:
> Sebastien Vauban
> writes:
>
>> Running org_test, please wait (this can take a while)...
>>FAILED test-org-table/org-table-calc-current-TBLFM
>>FAILED
>> test-org-table/org-table-calc-current-TBLFM-when-stop-because-of-error
>
> I can't reproduce this. Can you run th
Sebastien Vauban
writes:
> Running org_test, please wait (this can take a while)...
>FAILED test-org-table/org-table-calc-current-TBLFM
>FAILED
> test-org-table/org-table-calc-current-TBLFM-when-stop-because-of-error
I can't reproduce this. Can you run the tests manually and report
Hello,
I dunno if this must be signalled but, when runnning:
--8<---cut here---start->8---
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-