workaround for inconsistent error messages across boost versions
This commit is contained in:
parent
8bd5f69e04
commit
538827942a
@ -38,7 +38,7 @@ Feature: Command line options
|
|||||||
When I run "osrm-routed --fly-me-to-the-moon"
|
When I run "osrm-routed --fly-me-to-the-moon"
|
||||||
Then it should exit with code 255
|
Then it should exit with code 255
|
||||||
Then stdout should be empty
|
Then stdout should be empty
|
||||||
And stderr should contain "unrecognised option '--fly-me-to-the-moon'"
|
And stderr should contain "fly-me-to-the-moon"
|
||||||
|
|
||||||
Scenario: Missing file
|
Scenario: Missing file
|
||||||
When I run "osrm-routed overtherainbow.osrm"
|
When I run "osrm-routed overtherainbow.osrm"
|
||||||
|
Loading…
Reference in New Issue
Block a user