Title | Bugzilla/Windows integration doesn't support processmail |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | The integration for Bugzilla on Windows doesn't support the use of processmail. The processmail scripts are deferred correctly but then can't be executed because of a limitation of the use of CMD on Windows (can't change directory and run a command with one invocation of os.system()). |
Analysis | Change bugzilla.py to os.chdir (to bugzilla_directory) once and then run the processmails. |
How found | automated_test |
Evidence | I just know. |
Observed in | 1.4.2 |
Test procedure | test_p4dti.inconsistencies, and others. |
Created by | Nick Barnes |
Created on | 2002-10-31 16:21:50 |
Last modified by | Nick Barnes |
Last modified on | 2002-10-31 16:21:50 |
History | 2002-10-31 NB Created. |