emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Test failure: testing/lisp/test-ob-octave.el is missing a `provide'
@ 2022-03-15 16:47 Nick Dokos
  2022-10-16  8:15 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Dokos @ 2022-03-15 16:47 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]

That stopped the `make test' cold with a backtrace. Bug fix attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Add missing provide to testing/lisp/test-ob-octave.el --]
[-- Type: text/x-patch, Size: 673 bytes --]

From 0d7f1b77dfa5cf3f755ea5d3b08943ec696f8bbf Mon Sep 17 00:00:00 2001
From: Nick Dokos <ndokos@redhat.com>
Date: Tue, 15 Mar 2022 12:33:52 -0400
Subject: [PATCH] test-ob-octave: Add missing `provide'

---
 testing/lisp/test-ob-octave.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-octave.el
index 7e20add99..6113b40f3 100644
--- a/testing/lisp/test-ob-octave.el
+++ b/testing/lisp/test-ob-octave.el
@@ -63,3 +63,5 @@
   (org-test-at-id "cc2d82bb-2ac0-45be-a0c8-d1463b86a3ba"
     (org-babel-next-src-block 5)
     (should (equal nil (org-babel-execute-src-block)))))
+
+(provide 'test-ob-octave)
-- 
2.34.1


[-- Attachment #3: Type: text/plain, Size: 140 bytes --]


-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [BUG] Test failure: testing/lisp/test-ob-octave.el is missing a `provide'
  2022-03-15 16:47 [BUG] Test failure: testing/lisp/test-ob-octave.el is missing a `provide' Nick Dokos
@ 2022-10-16  8:15 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-10-16  8:15 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

Nick Dokos <ndokos@gmail.com> writes:

> That stopped the `make test' cold with a backtrace. Bug fix attached.

For record, a patch from different email has been applied.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-16  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 16:47 [BUG] Test failure: testing/lisp/test-ob-octave.el is missing a `provide' Nick Dokos
2022-10-16  8:15 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).