On Sat, Jan 07 2023, Leo Butler wrote: > On Fri, Jan 06 2023, Ihor Radchenko wrote: > >> >> Leo Butler writes: >> >>>> https://builds.sr.ht/~bzg/job/914954 >>>> 2 unexpected results: >>>> FAILED ob-octave/graphics-file ((should-not (get-buffer "*Org-Babel >>>> Error Output*")) :form (get-buffer "*Org-Babel Error Output*") :value >>>> #) >>>> FAILED ob-octave/graphics-file-space ((should-not (get-buffer >>>> "*Org-Babel Error Output*")) :form (get-buffer "*Org-Babel Error >>>> Output*") :value #) >>>> >>>> As you can see *Org-Babel Error Output* buffer does not exist when >>>> running the test. >>>> >>>> Leo, could you please take a look? >>> >>> An earlier test is creating that *Org Babel Error Output* buffer. > > I will try to look into improving the tests so that we can trap the test(s) > that is(are) creating that error buffer. See the attachment. There are four test failures that are currently untrapped. I also see the `buffer-live-p' bug. Leo