Browse Source

fixme note

pull/1/head
Sami Vaarala 12 years ago
parent
commit
b9844f2ca9
  1. 3
      runtests/runtests.js

3
runtests/runtests.js

@ -164,6 +164,9 @@ function executeTest(options, callback) {
}
}
/* FIXME: use child_process.spawn(); we don't currently escape command
* line parameters which is risky.
*/
cmd = [];
if (options.valgrind) {
tempVgxml = mkTempName();

Loading…
Cancel
Save