diff --git a/Jakefile.js b/Jakefile.js index 5da617e2348..a449dfcfa98 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -855,7 +855,7 @@ task("runtests-browser", ["tests", "browserify", builtLocalDirectory, servicesFi } tests = tests ? tests : ''; - var cmd = host + " tests/webTestServer.js " + port + " " + browser + " " + tests; + var cmd = host + " tests/webTestServer.js " + port + " " + browser + " " + JSON.stringify(tests); console.log(cmd); exec(cmd); }, {async: true});