Changeset 500:2e8ca49cb3f1

Show
Ignore:
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
  • ChangeLog

    r499 r500  
     12008-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 
    182008-10-14  Brian Warner  <warner@allmydata.com> 
    29 
  • Makefile

    r441 r500  
    1414        rm -f .figleaf 
    1515        PYTHONPATH=misc/testutils trial --reporter=bwverbose-figleaf $(TEST) 
     16 
     17test-poll: 
     18        $(MAKE) test TRIAL="trial -r poll" 
     19test-figleaf-poll: 
     20        $(MAKE) test-figleaf TRIAL="trial -r poll" 
    1621 
    1722figleaf-output: