mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +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
d1d6d3a643
commit
c8aa7b6112
@ -16,8 +16,7 @@ set PythonRegKey=HKLM\Software\Python\PythonCore\2.6\InstallPath
|
||||
set RegSwitch=64
|
||||
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
|
||||
::echo %PythonInstallPath%
|
||||
for /F "tokens=3*" %%A in ('reg.exe query %PythonRegKey% /ve /reg:%RegSwitch% 2^>NUL ^| FIND "REG_SZ"') do set PythonInstallPath=%%A
|
||||
|
||||
%PythonInstallPath%python.exe "%~dp0pykdtest.py" %TestAppPath%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user