[py-svn] r35850 - py/dist/py/bin

guido at codespeak.net guido at codespeak.net
Mon Dec 18 15:26:04 CET 2006


Author: guido
Date: Mon Dec 18 15:25:55 2006
New Revision: 35850

Modified:
   py/dist/py/bin/pytest.cmd
Log:
Fixed quoting for paths that contain spaces.

Modified: py/dist/py/bin/pytest.cmd
==============================================================================
--- py/dist/py/bin/pytest.cmd	(original)
+++ py/dist/py/bin/pytest.cmd	Mon Dec 18 15:25:55 2006
@@ -1,3 +1,3 @@
 @echo off
-python %~dp0\py.test %* 
+python "%~dp0\py.test" %* 
 


More information about the py-svn mailing list