Changeset 500:2e8ca49cb3f1
- Timestamp:
- 10/14/08 17:56:11
(3 months ago)
- Author:
- "Brian Warner <warner@lothar.com>"
- branch:
- default
- Message:
Makefile: add 'test-poll' and 'test-figleaf-poll' convenience targets
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r499 |
r500 |
|
| | 1 | 2008-10-14 Brian Warner <warner@lothar.com> |
|---|
| | 2 | |
|---|
| | 3 | * Makefile (test-poll): add a convenience target, for running |
|---|
| | 4 | tests on a system with the broken combination of pyopenssl and |
|---|
| | 5 | twisted that requires the pollreactor |
|---|
| | 6 | (test-figleaf-poll): same |
|---|
| | 7 | |
|---|
| 1 | 8 | 2008-10-14 Brian Warner <warner@allmydata.com> |
|---|
| 2 | 9 | |
|---|
| r441 |
r500 |
|
| 14 | 14 | rm -f .figleaf |
|---|
| 15 | 15 | PYTHONPATH=misc/testutils trial --reporter=bwverbose-figleaf $(TEST) |
|---|
| | 16 | |
|---|
| | 17 | test-poll: |
|---|
| | 18 | $(MAKE) test TRIAL="trial -r poll" |
|---|
| | 19 | test-figleaf-poll: |
|---|
| | 20 | $(MAKE) test-figleaf TRIAL="trial -r poll" |
|---|
| 16 | 21 | |
|---|
| 17 | 22 | figleaf-output: |
|---|