diff --git a/Jakefile b/Jakefile index 41ee3894b..58d8fa918 100644 --- a/Jakefile +++ b/Jakefile @@ -344,7 +344,7 @@ task("test-only", function() try { - childProcess.execSync(cmdString, {stdio: 'inherit'}); + childProcess.execSync(serializedENV() + " " + cmdString, {stdio: 'inherit'}); } catch (e) {