| Index: utils/apidoc/mdn/extractRunner.js
|
| ===================================================================
|
| --- utils/apidoc/mdn/extractRunner.js (revision 11346)
|
| +++ utils/apidoc/mdn/extractRunner.js (working copy)
|
| @@ -114,9 +114,13 @@
|
| fs.writeFileSync(absoluteDumpFileName + ".json", JSON.stringify(parseArgs),
|
| 'utf8');
|
|
|
| + /*
|
| // TODO(jacobr): Make this run on platforms other than OS X.
|
| var cmd = '../../../client/tests/drt/DumpRenderTree.app/Contents/MacOS/' +
|
| 'DumpRenderTree ' + absoluteDumpFileName;
|
| + */
|
| + // TODO(eub): Make this run on platforms other than Linux.
|
| + var cmd = '../../../client/tests/drt/DumpRenderTree ' + absoluteDumpFileName;
|
| console.log(cmd);
|
| exec(cmd,
|
| function (error, stdout, stderr) {
|
| @@ -187,4 +191,4 @@
|
|
|
| for (var p = 0; p < numProcesses; p++) {
|
| processNextTask();
|
| -}
|
| +}
|
|
|