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

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

[Octave-bug-tracker] [bug #54898] "diary" function does not save the out


From: Rik
Subject: [Octave-bug-tracker] [bug #54898] "diary" function does not save the output of "system" function calls
Date: Tue, 30 Oct 2018 11:25:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

Update of bug #54898 (project octave):

                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

In a similar vein, anything that gets printed to STDERR is also not captured
by diary.  Sample session:


octave:1> diary tst.diary
octave:2> x = pi
x =  3.1416
octave:3> y = fprintf (stderr, "Hello World\n");
Hello World
octave:4> diary off


As you can see, in the session, "Hello World" is printed to the screen.  But,
the file tst.diary doesn't show it.


octave:2> x = pi
x =  3.1416
octave:3> y = fprintf (stderr, "Hello World\n");
octave:4> diary off




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54898>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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