Re: [O] make test fails in maint

2014-03-25 Thread Achim Gratz
Achim Gratz writes: > I've fixed that in master quite some time ago together with some other > things. I'm not sure how easily it would backport to maint, but IIRC > that particular bug was just a wrongly quoted macro definition. Cherry-picked to maint. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#

Re: [O] make test fails in maint

2014-02-24 Thread Achim Gratz
Nick Dokos writes: > I just did a pull of maint and I get: > > ... > Loading /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob.el (source)... > Eager macro-expansion failure: (void-variable test-line) > Symbol's value as variable is void: test-line > make: *** [test] Error 255 I've fixed that

[O] make test fails in maint

2014-02-24 Thread Nick Dokos
I just did a pull of maint and I get: ... Loading /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob.el (source)... Eager macro-expansion failure: (void-variable test-line) Symbol's value as variable is void: test-line make: *** [test] Error 255 Nick