Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Setting the cwd when running vows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Tomlinson committed Nov 19, 2012
1 parent 5928dde commit 026b374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation-tests/scripts/run-all.js
Expand Up @@ -170,7 +170,7 @@ function startTesting() {
});

var opts = {
cwd: undefined,
cwd: path.dirname(testPath),
env: env
};
var testProcess = child_process.spawn(vows_path,
Expand Down

0 comments on commit 026b374

Please sign in to comment.