mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[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:
parent
6db15dc2c7
commit
c8c7fb0181
@ -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%
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user