Re: [PATCH] Add missing `provide' in ob-octave test

2022-04-27 Thread Ihor Radchenko
Nick Dokos writes: > `make test' has been failing for me with this error: > > , > | Error: error ("Loading file > | /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob-octave.el > | failed to provide feature ‘test-ob-octave’") > ` > > The attached patch provides a fix. Thanks! Applied

[PATCH] Add missing `provide' in ob-octave test

2022-04-26 Thread Nick Dokos
`make test' has been failing for me with this error: , | Error: error ("Loading file | /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob-octave.el | failed to provide feature ‘test-ob-octave’") ` The attached patch provides a fix. >From dc1ab2a24bfc5a02845c380c60f0c1a7452e639a Mon S