fix test expectation osrm-routed help output
This commit is contained in:
parent
643ab92cd2
commit
402ca780bf
@ -26,7 +26,8 @@ Feature: osrm-routed command line options: help
|
|||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--shared-memory"
|
And stdout should contain "--shared-memory"
|
||||||
And stdout should contain "--max-table-size"
|
And stdout should contain "--max-table-size"
|
||||||
And stdout should contain 24 lines
|
And stdout should contain "--max-matching-size"
|
||||||
|
And stdout should contain 26 lines
|
||||||
And it should exit with code 0
|
And it should exit with code 0
|
||||||
|
|
||||||
Scenario: osrm-routed - Help, short
|
Scenario: osrm-routed - Help, short
|
||||||
@ -51,7 +52,8 @@ Feature: osrm-routed command line options: help
|
|||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--shared-memory"
|
And stdout should contain "--shared-memory"
|
||||||
And stdout should contain "--max-table-size"
|
And stdout should contain "--max-table-size"
|
||||||
And stdout should contain 24 lines
|
And stdout should contain "--max-matching-size"
|
||||||
|
And stdout should contain 26 lines
|
||||||
And it should exit with code 0
|
And it should exit with code 0
|
||||||
|
|
||||||
Scenario: osrm-routed - Help, long
|
Scenario: osrm-routed - Help, long
|
||||||
@ -76,5 +78,6 @@ Feature: osrm-routed command line options: help
|
|||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--shared-memory"
|
And stdout should contain "--shared-memory"
|
||||||
And stdout should contain "--max-table-size"
|
And stdout should contain "--max-table-size"
|
||||||
And stdout should contain 24 lines
|
And stdout should contain "--max-matching-size"
|
||||||
|
And stdout should contain 26 lines
|
||||||
And it should exit with code 0
|
And it should exit with code 0
|
||||||
|
Loading…
Reference in New Issue
Block a user