mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] use targetapp.exe from pykd directory
git-svn-id: https://pykd.svn.codeplex.com/svn@90492 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
7a41f2036d
commit
f1b9fab1e5
@ -80,7 +80,7 @@ if __name__ == "__main__":
|
||||
|
||||
print "\nTesting PyKd ver.", pykd.__version__, "File:", os.path.dirname(pykd.__file__)
|
||||
|
||||
target.appPath = sys.argv[1]
|
||||
target.appPath = os.path.join( os.path.dirname(pykd.__file__), "targetapp.exe" )
|
||||
target.moduleName = os.path.splitext(os.path.basename(target.appPath))[0]
|
||||
|
||||
unittest.TextTestRunner(stream=sys.stdout, verbosity=2).run( getTestSuite() )
|
||||
|
@ -13,7 +13,8 @@
|
||||
<Name>pykdtest</Name>
|
||||
<RootNamespace>pykdtest</RootNamespace>
|
||||
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
||||
<CommandLineArguments>C:\proj\pykd_dev\out\x64\Debug\targetapp.exe</CommandLineArguments>
|
||||
<CommandLineArguments>
|
||||
</CommandLineArguments>
|
||||
<InterpreterPath />
|
||||
<InterpreterArguments>
|
||||
</InterpreterArguments>
|
||||
|
Loading…
Reference in New Issue
Block a user