Skip to content

Commit

Permalink
run tests using architecture specific version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Janczuk authored and Tomasz Janczuk committed Sep 13, 2012
1 parent 3b5c21c commit c953d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/scripts/setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set apppool=iisnodetest
set site=iisnodetest
set port=31415
set node="%programfiles%\nodejs\node.exe"
if "%PROCESSOR_ARCHITECTURE%" neq "x86" set node="%programfiles(x86)%\nodejs\node.exe"
set www=
for /F %%I in ('dir /b /s %~dp0..\test.bat') do set www=%%~dI%%~pIwww
if "%log%" equ "" set log="%~dp0log.out"
Expand Down

0 comments on commit c953d5b

Please sign in to comment.