Changeset 506:09ac77368ca2
- Timestamp:
- 10/15/08 12:25:47
(3 months ago)
- Author:
- Brian Warner <warner@allmydata.com>
- branch:
- default
- Message:
Makefile: fix test-figleaf-poll target
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r505 |
r506 |
|
| 1 | 1 | 2008-10-15 Brian Warner <warner@allmydata.com> |
|---|
| | 2 | |
|---|
| | 3 | * Makefile (test-figleaf): oops, fix the test-figleaf-poll target, |
|---|
| | 4 | by making the test-figleaf target use $(TRIAL), not hardcoded |
|---|
| | 5 | 'trial'. |
|---|
| 2 | 6 | |
|---|
| 3 | 7 | * foolscap/_version.py: bump revision to 0.3.2+ while between releases |
|---|
| r500 |
r506 |
|
| 13 | 13 | test-figleaf: |
|---|
| 14 | 14 | rm -f .figleaf |
|---|
| 15 | | PYTHONPATH=misc/testutils trial --reporter=bwverbose-figleaf $(TEST) |
|---|
| | 15 | PYTHONPATH=misc/testutils $(TRIAL) --reporter=bwverbose-figleaf $(TEST) |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | test-poll: |
|---|