diff --git a/automation-tests/scripts/run-all.js b/automation-tests/scripts/run-all.js index b890a5509..fc1e3b582 100755 --- a/automation-tests/scripts/run-all.js +++ b/automation-tests/scripts/run-all.js @@ -170,7 +170,7 @@ function startTesting() { }); var opts = { - cwd: undefined, + cwd: path.dirname(testPath), env: env }; var testProcess = child_process.spawn(vows_path,