Remove corech options, redundant tests (#6989)

* Remove corech options, redundant tests

* Small fix
This commit is contained in:
Dennis Luxen
2024-07-10 16:28:07 +02:00
committed by GitHub
parent 5e6fdda16b
commit 7436835244
11 changed files with 5 additions and 320 deletions
@@ -33,10 +33,6 @@ Feature: osrm-datastore command line options
When I try to run "osrm-datastore {processed_file} --dataset-name cucumber/only_metric_test --only-metric"
Then it should exit successfully
Scenario: osrm-datastore - Displaying help should work
When I try to run "osrm-datastore {processed_file} --help"
Then it should exit successfully
Scenario: osrm-datastore - Errors on invalid path
When I try to run "osrm-datastore invalid_path.osrm"
Then stderr should contain "[error] Config contains invalid file paths."