Fix tests for new option --max_locations_distance_table
This commit is contained in:
parent
e2605c2838
commit
7075a8a8ef
@ -25,7 +25,8 @@ Feature: osrm-routed command line options: help
|
|||||||
And stdout should contain "--port"
|
And stdout should contain "--port"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--sharedmemory"
|
And stdout should contain "--sharedmemory"
|
||||||
And stdout should contain 22 lines
|
And stdout should contain "--max_locations_distance_table"
|
||||||
|
And stdout should contain 25 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
|
||||||
@ -49,7 +50,8 @@ Feature: osrm-routed command line options: help
|
|||||||
And stdout should contain "--port"
|
And stdout should contain "--port"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--sharedmemory"
|
And stdout should contain "--sharedmemory"
|
||||||
And stdout should contain 22 lines
|
And stdout should contain "--max_locations_distance_table"
|
||||||
|
And stdout should contain 25 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
|
||||||
@ -73,5 +75,6 @@ Feature: osrm-routed command line options: help
|
|||||||
And stdout should contain "--port"
|
And stdout should contain "--port"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--sharedmemory"
|
And stdout should contain "--sharedmemory"
|
||||||
And stdout should contain 22 lines
|
And stdout should contain "--max_locations_distance_table"
|
||||||
|
And stdout should contain 25 lines
|
||||||
And it should exit with code 0
|
And it should exit with code 0
|
||||||
|
Loading…
Reference in New Issue
Block a user