Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

befog run should ignore the stderr line when there is no stderr #32

Closed
flores opened this issue Apr 5, 2012 · 1 comment
Closed

befog run should ignore the stderr line when there is no stderr #32

flores opened this issue Apr 5, 2012 · 1 comment

Comments

@flores
Copy link
Contributor

flores commented Apr 5, 2012

It is nice befog run shows both std out and std err, but when std err is empty is should just skip that output line.

Example:

/befog# bin/befog run quarter-shark -c 'ifconfig eth0 |grep "inet addr"'
Running command 'ifconfig eth0 |grep "inet addr"' for 50.18.3.87 ...
[50.18.3.87: STDOUT]           inet addr:10.173.30.224  Bcast:10.173.31.255  Mask:255.255.254.0
[50.18.3.87: STDERR] 
Running command 'ifconfig eth0 |grep "inet addr"' for 184.72.29.185 ...
[184.72.29.185: STDOUT]           inet addr:10.174.74.43  Bcast:10.174.75.255  Mask:255.255.254.0
[184.72.29.185: STDERR] 
Running command 'ifconfig eth0 |grep "inet addr"' for 204.236.182.190 ...
[204.236.182.190: STDOUT]           inet addr:10.174.65.43  Bcast:10.174.65.255  Mask:255.255.255.0
[204.236.182.190: STDERR] 
Running command 'ifconfig eth0 |grep "inet addr"' for 50.18.21.61 ...
[50.18.21.61: STDOUT]           inet addr:10.174.73.26  Bcast:10.174.73.255  Mask:255.255.255.0
[50.18.21.61: STDERR] 
Running command 'ifconfig eth0 |grep "inet addr"' for 204.236.152.224 ...
[204.236.152.224: STDOUT]           inet addr:10.174.255.115  Bcast:10.174.255.255  Mask:255.255.254.0
[204.236.152.224: STDERR] 
@ghost ghost assigned flores Apr 5, 2012
@automatthew
Copy link
Collaborator

DYODER fixed this with 31fbed6

@dyoder dyoder closed this as completed Sep 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants