Add ability to debug routing graph visually by dumping
annotated GeoJSON during processing.
This commit is contained in:
@@ -17,7 +17,8 @@ Feature: osrm-prepare command line options: help
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--core"
|
||||
And stdout should contain "--level-cache"
|
||||
And stdout should contain 18 lines
|
||||
And stdout should contain "--segment-speed-file"
|
||||
And stdout should contain 21 lines
|
||||
And it should exit with code 1
|
||||
|
||||
Scenario: osrm-prepare - Help, short
|
||||
@@ -33,7 +34,8 @@ Feature: osrm-prepare command line options: help
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--core"
|
||||
And stdout should contain "--level-cache"
|
||||
And stdout should contain 18 lines
|
||||
And stdout should contain "--segment-speed-file"
|
||||
And stdout should contain 21 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Scenario: osrm-prepare - Help, long
|
||||
@@ -49,5 +51,6 @@ Feature: osrm-prepare command line options: help
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--core"
|
||||
And stdout should contain "--level-cache"
|
||||
And stdout should contain 18 lines
|
||||
And stdout should contain "--segment-speed-file"
|
||||
And stdout should contain 21 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Reference in New Issue
Block a user