Merge pull request #4455 from mloskot/ml/fix-short-options

Remove superfluous hyphen from short form of --version in tests
This commit is contained in:
Patrick Niklaus 2017-08-30 18:30:45 +02:00 committed by GitHub
commit 90c390d7a6
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Feature: osrm-contract command line options: version
Given the profile "testbot" Given the profile "testbot"
Scenario: osrm-contract - Version, short Scenario: osrm-contract - Version, short
When I run "osrm-contract --v" When I run "osrm-contract -v"
Then stderr should be empty Then stderr should be empty
And stdout should contain 1 line And stdout should contain 1 line
And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/

View File

@ -5,7 +5,7 @@ Feature: osrm-customize command line options: version
Given the profile "testbot" Given the profile "testbot"
Scenario: osrm-customize - Version, short Scenario: osrm-customize - Version, short
When I run "osrm-customize --v" When I run "osrm-customize -v"
Then stderr should be empty Then stderr should be empty
And stdout should contain 1 line And stdout should contain 1 line
And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/

View File

@ -8,7 +8,7 @@ Feature: osrm-extract command line options: version
Given the profile "testbot" Given the profile "testbot"
Scenario: osrm-extract - Version, short Scenario: osrm-extract - Version, short
When I run "osrm-extract --v" When I run "osrm-extract -v"
Then stderr should be empty Then stderr should be empty
And stdout should contain 1 line And stdout should contain 1 line
And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/

View File

@ -5,7 +5,7 @@ Feature: osrm-partition command line options: version
Given the profile "testbot" Given the profile "testbot"
Scenario: osrm-partition - Version, short Scenario: osrm-partition - Version, short
When I run "osrm-partition --v" When I run "osrm-partition -v"
Then stderr should be empty Then stderr should be empty
And stdout should contain 1 line And stdout should contain 1 line
And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/

View File

@ -8,7 +8,7 @@ Feature: osrm-routed command line options: version
Given the profile "testbot" Given the profile "testbot"
Scenario: osrm-routed - Version, short Scenario: osrm-routed - Version, short
When I run "osrm-routed --v" When I run "osrm-routed -v"
Then stderr should be empty Then stderr should be empty
And stdout should contain 1 line And stdout should contain 1 line
And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/