Jack Kamm <[email protected]> writes:

> test-ob-R.el currently has a failing unit test:
>
>    FAILED  ob-session-async-R-value-drawer  ((should (progn 
> (org-babel-execute-src-block) (sleep-for 0.2) (string= (concat src-block 
> result) (buffer-string)))) :form (progn (org-babel-execute-src-block) 
> (sleep-for 0.2) (string= (concat src-block result) (buffer-string))) :value 
> nil)
>
> Here's the relevant snippet of my local.mk:
>
> # Configuration for testing
> # add options before standard load-path
> BTEST_PRE   =
> BTEST_POST  = -L /home/jack/src/ESS/lisp
> BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave perl python R
> BTEST_EXTRA = ess-site
>
> I bisected it to 1d8dbae5f883db3157cbb1c6da763dbe35811804

Thanks for reporting!
Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d18440c28
This was a breaking change that altered the expected output inside
:results drawer. The test needed to be updated.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to