aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-05-09 14:59:49 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-05-09 14:59:49 -0700
commit33b3b2a3f0fac6105dca46adfe4d68b79fe00aca (patch)
treebb7d102bd6db0b8e8f8d003bf7d337e83dfa624e /tools/run_tests
parent019a76e300f0170c4ecc09bdc008734ba75c6e6e (diff)
Fixed earlier fix with the right command
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/build_artifact_node.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_artifact_node.bat b/tools/run_tests/build_artifact_node.bat
index 4f18985a12..c5bd726db7 100644
--- a/tools/run_tests/build_artifact_node.bat
+++ b/tools/run_tests/build_artifact_node.bat
@@ -43,7 +43,7 @@ for %%v in (%node_versions%) do (
@rem Try again after removing openssl headers
rmdir "%HOMEDRIVE%%HOMEPATH%\.node-gyp\%%v\include\node\openssl" /S /Q
rmdir "%HOMEDRIVE%%HOMEPATH%\.node-gyp\iojs-%%v\include\node\openssl" /S /Q
- call .\node_modules\.bin\node-pre-gyp.cmd configure build --target=%%v --target_arch=%1 || goto :error
+ call .\node_modules\.bin\node-pre-gyp.cmd build package testpackage --target=%%v --target_arch=%1 || goto :error
xcopy /Y /I /S build\stage\* artifacts\ || goto :error
)