Running tests using the following script: ,---- | #!/bin/sh | 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 org-test-run-batch-tests `----
I get this result: ,---- | Ran 578 tests, 574 results as expected, 4 unexpected (2017-09-19 23:39:11+0100) | 19 expected failures | | 4 unexpected results: | FAILED ob-exp/evaluate-all-executables-in-order | FAILED ob-exp/export-call-line-information | FAILED ob-shell/bash-uses-assoc-arrays | FAILED test-org-publish/resolve-external-link `---- I'm on macOS Sierra, and using : GNU Emacs 26.0.50 (build 2, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G29)) of 2017-09-07 I've tried to figure out what the issue was myself, but couldn't make head or tails of it :-/ Stig -- ; GNU Emacs 26.0.50, Org mode version 9.1