Revision: edc5db136ec1
Branch:   default
Author:   Mikko Korpela <[email protected]>
Date:     Fri May 31 03:49:50 2013
Log:      Process: env: Also SYSTEMROOT is required at least in Windows XP
http://code.google.com/p/robotframework/source/detail?r=edc5db136ec1

Modified:
 /src/robot/libraries/Process.py

=======================================
--- /src/robot/libraries/Process.py     Thu May 30 22:38:02 2013
+++ /src/robot/libraries/Process.py     Fri May 31 03:49:50 2013
@@ -536,4 +536,5 @@
         if sys.platform == "win32":
             must_values['COMSPEC'] = os.environ['COMSPEC']
             must_values['PATH'] = os.environ['PATH']
+            must_values['SYSTEMROOT'] = os.environ['SYSTEMROOT']
         return must_values

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to