Opened at 2013-12-05T16:40:23Z
Last modified at 2016-09-09T22:18:00Z
#2129 closed defect
"bin/tahoe debug trial" uses installed files somewhere rather than source trials — at Version 1
Reported by: | amiller | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.0 |
Component: | code-frontend-cli | Version: | 1.10.0 |
Keywords: | trial packaging test setuptools | Cc: | amontero |
Launchpad Bug: |
Description (last modified by amiller)
To reproduce:
modify src/allmydata/test/test_client.py with sentinel code "print 'Ticket 2129!'" ./bin/tahoe debug trial allmydata.test.test_client
The sentinel code is not executed.
On the other hand, if I then run python setup.py install, then the sentinel code IS executed.
Details:
Python version: 2.7.4
Note: See
TracTickets for help on using
tickets.