take 2: workaround platform dependend outputs, discussed in #986

This commit is contained in:
Dennis Luxen 2014-04-21 19:25:24 +02:00
parent 9a5bf1ee95
commit cc915dbef2
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ Feature: osrm-extract command line options: invalid options
Scenario: osrm-extract - Non-existing option Scenario: osrm-extract - Non-existing option
When I run "osrm-extract --fly-me-to-the-moon" When I run "osrm-extract --fly-me-to-the-moon"
Then stdout should be empty Then stdout should be empty
And stderr should contain "unrecognised option" And stderr should contain "option"
And stderr should contain "fly-me-to-the-moon" And stderr should contain "fly-me-to-the-moon"
And it should exit with code 1 And it should exit with code 1

View File

@ -7,6 +7,6 @@ Feature: osrm-prepare command line options: invalid options
Scenario: osrm-prepare - Non-existing option Scenario: osrm-prepare - Non-existing option
When I run "osrm-prepare --fly-me-to-the-moon" When I run "osrm-prepare --fly-me-to-the-moon"
Then stdout should be empty Then stdout should be empty
And stderr should contain "unrecognised option" And stderr should contain "option"
And stderr should contain "fly-me-to-the-moon" And stderr should contain "fly-me-to-the-moon"
And it should exit with code 1 And it should exit with code 1