console error which files are missing for osrm-routed

This commit is contained in:
karenzshea
2016-03-29 17:36:08 -04:00
committed by Patrick Niklaus
parent eba5f7d275
commit c726001a0e
2 changed files with 50 additions and 3 deletions
+1 -2
View File
@@ -13,7 +13,6 @@ Feature: osrm-routed command line options: invalid options
Scenario: osrm-routed - Missing file
When I run "osrm-routed over-the-rainbow.osrm"
Then stdout should contain "over-the-rainbow.osrm"
And stderr should contain "exception"
Then stderr should contain "over-the-rainbow.osrm"
And stderr should contain "not found"
And it should exit with code 1