Alan Schmitt <alan.schm...@polytechnique.org> writes: > The babel one is new. Here is the output on my terminal: > > "/var/folders/68/fvntfrw92y50gkk_67rkhsfw0000gn/T/tmp-orgtest/test.txt" > Test test-org-babel/indented-cached-org-bracket-link backtrace: > (if (unwind-protect (setq value-50001 (let ((default-directory tempo > (let (form-description-50002) (if (unwind-protect (setq value-50001 > (let ((value-50001 (cl-gensym "ert-form-evaluation-aborted-"))) (let > (lambda nil (let ((value-50001 (cl-gensym "ert-form-evaluation-abort > #[0 "\306\307!r\211q\210\310\311\312\313\314\315!\316\"\317\320%DC > funcall(#[0 "\306\307!r\211q\210\310\311\312\313\314\315!\316\"\31 > ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc > #[0 "r\304 q\210\305 )\306\307\310\311\312\313!\314\"\315\316%DC\2 > funcall(#[0 "r\304 q\210\305 )\306\307\310\311\312\313!\314\"\315\ > ert-run-test([cl-struct-ert-test test-org-babel/indented-cached-org- > ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st > ert-run-tests("\\(org\\|ob\\)" #[385 "\306\307\"\203D\211\211G\310 > ert-run-tests-batch("\\(org\\|ob\\)") > ert-run-tests-batch-and-exit("\\(org\\|ob\\)") > (let ((org-id-track-globally t) (org-test-selector (if org-test-sele > org-test-run-batch-tests("\\(org\\|ob\\)") > eval((org-test-run-batch-tests org-test-select-re)) > command-line-1(("--eval" "(setq vc-handled-backends nil org-startup- > command-line() > normal-top-level() > Test test-org-babel/indented-cached-org-bracket-link condition: > (ert-test-failed > ((should > (let > (...) > (org-test-with-temp-text "\n* Test\n #+<point>BEGIN_SRC emacs-lisp > :file test.txt :cache yes\n (message \"test\")\n #+END_SRC" ... ...))) > :form > (let > ((default-directory temporary-file-directory)) > (org-test-with-temp-text "\n* Test\n #+<point>BEGIN_SRC emacs-lisp > :file test.txt :cache yes\n (message \"test\")\n #+END_SRC" > (org-babel-execute-src-block) > (string= ... ...))) > :value nil)) > FAILED 190/581 test-org-babel/indented-cached-org-bracket-link > > Should I try to run it interactively? If so, are there instructions on > how to do it?
The test is self contained, i.e., no `org-test-at-id' insanity. You can reproduce the steps in a temp Org buffer and see what is wrong, possibly debugging `org-babel-execute-src-block' in the process. Thanks for looking into it. Regards,