[test] fixed typo in _run_pykdtest.cmd

git-svn-id: https://pykd.svn.codeplex.com/svn@72152 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\air_max_cp 2011-12-09 16:55:38 +00:00
parent 6db15dc2c7
commit c8c7fb0181

View File

@ -16,8 +16,7 @@ set PythonRegKey=HKLM\Software\Python\PythonCore\2.6\InstallPath
set RegSwitch=64 set RegSwitch=64
if "%TestAppPlatform%"=="Win32" set RegSwitch=32 if "%TestAppPlatform%"=="Win32" set RegSwitch=32
for /F "tokens=3*" %%A in ('reg.exe query %PythonRegKey% /ve /reg:%RegSwitch% 2^>NUL ^| FIND "REG_SZ"') do set PythonInstallPath=%%B for /F "tokens=3*" %%A in ('reg.exe query %PythonRegKey% /ve /reg:%RegSwitch% 2^>NUL ^| FIND "REG_SZ"') do set PythonInstallPath=%%A
::echo %PythonInstallPath%
%PythonInstallPath%python.exe "%~dp0pykdtest.py" %TestAppPath% %PythonInstallPath%python.exe "%~dp0pykdtest.py" %TestAppPath%