From 026b374b45f376df4c12940eea67542801156fdc Mon Sep 17 00:00:00 2001 From: Shane Tomlinson Date: Mon, 19 Nov 2012 17:38:37 +0000 Subject: [PATCH] Setting the cwd when running vows. --- automation-tests/scripts/run-all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,