Fix return codes for osrm-prepare

This commit is contained in:
Patrick Niklaus
2015-05-12 01:13:13 +02:00
parent 17a4463f59
commit 6ce2726a87
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain 15 lines
And it should exit with code 0
And it should exit with code 1
Scenario: osrm-prepare - Help, short
When I run "osrm-prepare -h"