/
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/version.feature
(883B)
@routed @options @version Feature: osrm-routed command line options: version # the regex will match these two formats: # v0.3.7.0 # this is the normal format when you build from a git clone # -128-NOTFOUND # if you build from a shallow clone (used on Travis) Background: Given the profile "testbot" Scenario: osrm-routed - Version, short When I run "osrm-routed -v" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And it should exit successfully Scenario: osrm-routed - Version, long When I run "osrm-routed --version" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ And it should exit successfully
Save
cmd:
run