The sphere-probe should return an exit code that describes the results of the probe.
It's not yet decided how it should behave.
Proposal A:
exit status 0 on success
exit status 1 on failure
(The definitions of success and failure might change over time and would be based on parameters.)
Alternative Idea B:
Exit status equals the number of successful comparisons that were found with the direct route.
Which one should we use?
The sphere-probe should return an exit code that describes the results of the probe.
It's not yet decided how it should behave.
Proposal A:
exit status 0 on success
exit status 1 on failure
(The definitions of success and failure might change over time and would be based on parameters.)
Alternative Idea B:
Exit status equals the number of successful comparisons that were found with the direct route.
Which one should we use?