Skip to content

Commit 23392f7

Browse files
authored
jenkins: fix Windows Debug test
Refs: nodejs/node#42056
1 parent 472b295 commit 23392f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/windows/node-compile-windows-debug.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if errorlevel 1 exit /b
1111

1212
:: Basic sanity check
1313
:: Test compiling and running a native add-on
14+
python tools\test.py --create-knownGlobals-json
1415
%node_gyp_exe% rebuild --directory=test\addons\hello-world --nodedir="%CD%"
1516
if errorlevel 1 exit /b
1617
Debug\node.exe test\addons\hello-world\test.js

0 commit comments

Comments
 (0)