Changes between Initial Version and Version 2 of Ticket #1303


Ignore:
Timestamp:
2011-01-13T04:31:28Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1303

    • Property Keywords review-needed added
    • Property Milestone changed from undecided to soon
  • Ticket #1303 – Description

    initial v2  
    99}}}
    1010
    11 However, this does not work, for two reasons:
     11However, this does not work, for three reasons:
    1212* 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}}}.
    1313* the actual Tahoe process is a subprocess of {{{bin/tahoe}}}, but coverage will only obtain coverage information for the {{{bin/tahoe}}} script itself.