Remove #line checks, it seems to be dependent on the boost version
This commit is contained in:
@@ -13,7 +13,6 @@ 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 15 lines
|
||||
And it should exit with code 1
|
||||
|
||||
Scenario: osrm-contract - Help, short
|
||||
@@ -28,7 +27,6 @@ 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 15 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Scenario: osrm-contract - Help, long
|
||||
@@ -43,5 +41,4 @@ 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 15 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Reference in New Issue
Block a user