Adapt contract cucumber tests to new argparser output

This commit is contained in:
Daniel J. Hofmann 2016-02-18 19:14:01 -08:00
parent 51ae14ec23
commit b787b993b6

View File

@ -13,7 +13,7 @@ Feature: osrm-contract command line options: help
And stdout should contain "--core"
And stdout should contain "--level-cache"
And stdout should contain "--segment-speed-file"
And stdout should contain 17 lines
And stdout should contain 15 lines
And it should exit with code 1
Scenario: osrm-contract - Help, short
@ -28,7 +28,7 @@ Feature: osrm-contract command line options: help
And stdout should contain "--core"
And stdout should contain "--level-cache"
And stdout should contain "--segment-speed-file"
And stdout should contain 17 lines
And stdout should contain 15 lines
And it should exit with code 0
Scenario: osrm-contract - Help, long
@ -43,5 +43,5 @@ Feature: osrm-contract command line options: help
And stdout should contain "--core"
And stdout should contain "--level-cache"
And stdout should contain "--segment-speed-file"
And stdout should contain 17 lines
And stdout should contain 15 lines
And it should exit with code 0