/
srv
/
osrm
/
osrm-backend
/
features
/
options
/
routed
/
/srv/osrm/osrm-backend/features/options/routed
mkdir
upload
Name
Size
Mode
Actions
files.feature
1450
0644
edit
dl
rm
help.feature
3049
0644
edit
dl
rm
invalid.feature
696
0644
edit
dl
rm
version.feature
883
0644
edit
dl
rm
Edit:
/srv/osrm/osrm-backend/features/options/routed/invalid.feature
(696B)
@routed @options @invalid Feature: osrm-routed command line options: invalid options Background: Given the profile "testbot" Scenario: osrm-routed - Non-existing option When I try to run "osrm-routed --fly-me-to-the-moon" Then stdout should be empty And stderr should contain "unrecognised" And stderr should contain "fly-me-to-the-moon" And it should exit with an error Scenario: osrm-routed - Missing file When I try to run "osrm-routed over-the-rainbow.osrm" Then stderr should contain "over-the-rainbow.osrm" And stderr should contain "Required files are missing" And it should exit with an error
Save
cmd:
run