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

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

[Octave-bug-tracker] [bug #44712] system() don't capture STDERR screen o


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #44712] system() don't capture STDERR screen output
Date: Fri, 03 Apr 2015 12:33:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

URL:
  <http://savannah.gnu.org/bugs/?44712>

                 Summary: system() don't capture STDERR screen output
                 Project: GNU Octave
            Submitted by: nul0m
            Submitted on: Fri 03 Apr 2015 12:33:54 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

As far as I can tell Matlab captures everything if system() is called with two
output arguments and suppresses all error messages.

Matlab:

>> [st, out] = system ('foo');
>> out
out =
/bin/bash: foo: command not found



Octave:

>> [st, out] = system ('foo');
sh: 1: foo: not found
>> out
out =





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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