Opened at 2009-06-09T20:08:09Z
Last modified at 2011-01-17T03:49:54Z
#730 closed defect
unify Windows and non-Windows "make quicktest" — at Version 1
Reported by: | zooko | Owned by: | zooko |
---|---|---|---|
Priority: | minor | Milestone: | 1.7.0 |
Component: | dev-infrastructure | Version: | 1.4.1 |
Keywords: | windows test cleanup | Cc: | |
Launchpad Bug: |
Description (last modified by warner)
8e2506675355ddaf improved "make quicktest" on non-Windows and left the old code in place on Windows (by branching on if sys.platform == "win32"). While I appreciate the fact that Brian wanted to avoid changing behavior that he wasn't going to test, I think it is important to have as few if sys.platform == "win32" in the code as possible, so I intend to test this behavior on Windows and hopefully just remove the if.
Note: See
TracTickets for help on using
tickets.
(fixed minor typo in description)
Sounds good to me.