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

Allow disabled for grpc port too to skip without printing an error #232

Merged
merged 2 commits into from Apr 16, 2018

Conversation

ldemailly
Copy link
Member

@ldemailly ldemailly commented Apr 16, 2018

So this works without spurious output:

$ fortio server --quiet --redirect-port "disabled" --grpc-port "disabled" -http-port 0 -ui-path "" | awk '{print $7}'
[::]:64474

Manually tested

So this works without spurious output:
```
$ fortio server --quiet --redirect-port "disabled" --grpc-port
"disabled" -http-port 0 -ui-path "" | awk '{print $7}'
[::]:64474
```

Manually tested
@danehans
Copy link
Collaborator

/lgtm

@codecov
Copy link

codecov bot commented Apr 16, 2018

Codecov Report

Merging #232 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #232   +/-   ##
======================================
  Coverage    90.2%   90.2%           
======================================
  Files          10      10           
  Lines        1905    1905           
======================================
  Hits         1719    1719           
  Misses        119     119           
  Partials       67      67

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83836d3...f47484e. Read the comment docs.

@ldemailly
Copy link
Member Author

no bots here :-) only use the github UI :-)

I'm considering adding the server/daemon to this PR so not merging yet

@ldemailly ldemailly merged commit ca55ae7 into master Apr 16, 2018
@ldemailly ldemailly deleted the disabled_ports branch April 16, 2018 23:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants