Changes between Initial Version and Version 2 of Ticket #1303
- Timestamp:
- 2011-01-13T04:31:28Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1303
- Property Keywords review-needed added
- Property Milestone changed from undecided to soon
-
Ticket #1303 – Description
initial v2 9 9 }}} 10 10 11 However, this does not work, for t woreasons:11 However, this does not work, for three reasons: 12 12 * on Windows, the Unicode arguments hack implemented in [source:src/allmydata/windows/fixups.py] undoes the modification to {{{sys.argv}}} performed by coverage before it runs {{{bin/tahoe}}}. This causes Tahoe to act as though the command line were {{{bin/tahoe run --branch bin/tahoe debug trial}}}. 13 13 * the actual Tahoe process is a subprocess of {{{bin/tahoe}}}, but coverage will only obtain coverage information for the {{{bin/tahoe}}} script itself.