Fix test cases for level cache command-line option.
This commit is contained in:
parent
d7989f19cf
commit
72629d0081
@ -16,7 +16,8 @@ Feature: osrm-prepare command line options: help
|
|||||||
And stdout should contain "--profile"
|
And stdout should contain "--profile"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--core"
|
And stdout should contain "--core"
|
||||||
And stdout should contain 15 lines
|
And stdout should contain "--level-cache"
|
||||||
|
And stdout should contain 18 lines
|
||||||
And it should exit with code 1
|
And it should exit with code 1
|
||||||
|
|
||||||
Scenario: osrm-prepare - Help, short
|
Scenario: osrm-prepare - Help, short
|
||||||
@ -31,7 +32,8 @@ Feature: osrm-prepare command line options: help
|
|||||||
And stdout should contain "--profile"
|
And stdout should contain "--profile"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--core"
|
And stdout should contain "--core"
|
||||||
And stdout should contain 15 lines
|
And stdout should contain "--level-cache"
|
||||||
|
And stdout should contain 18 lines
|
||||||
And it should exit with code 0
|
And it should exit with code 0
|
||||||
|
|
||||||
Scenario: osrm-prepare - Help, long
|
Scenario: osrm-prepare - Help, long
|
||||||
@ -46,5 +48,6 @@ Feature: osrm-prepare command line options: help
|
|||||||
And stdout should contain "--profile"
|
And stdout should contain "--profile"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--core"
|
And stdout should contain "--core"
|
||||||
And stdout should contain 15 lines
|
And stdout should contain "--level-cache"
|
||||||
|
And stdout should contain 18 lines
|
||||||
And it should exit with code 0
|
And it should exit with code 0
|
||||||
|
Loading…
Reference in New Issue
Block a user