env does not append, it replaces
This commit is contained in:
parent
fa39628baa
commit
e473606727
@ -80,7 +80,7 @@ function getLatestBoxVersion(callback) {
|
|||||||
function runTests(latestVersionInfo, callback) {
|
function runTests(latestVersionInfo, callback) {
|
||||||
debug('Running tests for %j', latestVersionInfo);
|
debug('Running tests for %j', latestVersionInfo);
|
||||||
|
|
||||||
gNpmTest = shell.system('e2etestrunner', 'npm run-script parallel_test', { env: { BOX_VERSION: latestVersionInfo.version } }, function (error, stdout, stderr) {
|
gNpmTest = shell.system('e2etestrunner', 'BOX_VERSION=' + latestVersionInfo.version + ' npm run-script parallel_test', function (error, stdout, stderr) {
|
||||||
gNpmTest = null;
|
gNpmTest = null;
|
||||||
debug('Final test result', error);
|
debug('Final test result', error);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user