Skip to content

Commit 43a7f90

Browse files
save
1 parent e381d57 commit 43a7f90

24 files changed

+119
-8
lines changed

features/support/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function () {
4040
this.runBin = (bin, options, env, callback) => {
4141
let cmd = path.resolve(util.format('%s/%s%s', this.BIN_PATH, bin, this.EXE));
4242
if (bin === 'osrm-routed') {
43-
cmd = path.resolve(util.format('%s/../server/server.js', this.BIN_PATH));
43+
cmd = 'osrm-routed-js';//path.resolve(util.format('%s/../server/server.js', this.BIN_PATH));
4444
}
4545
let opts = options.split(' ').filter((x) => { return x && x.length > 0; });
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"bin": {
22-
"osrm-routed-ng": "./server/server.js"
22+
"osrm-routed-js": "./routed-js/routed.js"
2323
},
2424
"scripts": {
2525
"lint": "node ./node_modules/eslint/bin/eslint.js -c ./.eslintrc features/step_definitions/ features/support/",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)