octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49501] [MXE] test publish.tst fails


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #49501] [MXE] test publish.tst fails
Date: Tue, 1 Nov 2016 21:50:56 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #4, bug #49501 (project octave):

No, but maybe we could add something like


toolkit = graphics_toolkit ();
unwind_protect
   if (ispc ())
     graphics_toolkit ("gnuplot")
   endif
   ... ## body of the test here
unwind_protect_cleanup
  graphics_toolkit (toolkit);
end_unwind_protect


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49501>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]