Changeset 809:0e00af87ab06

Show
Ignore:
Timestamp:
2009-07-13 12:58:19 (14 months ago)
Author:
Stefan Schwarzer <sschwarzer@…>
Branch:
default
convert_revision:
svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/trunk@879
Message:
Get directory listings from various public FTP servers and compare
the results with those of a command line client.
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r792 r809  
    4646                                 ftp_stat.py ftputil.py ftputil_version.py __init__.py \ 
    4747                                 find_deprecated_code.py 
    48 # name test files; make sure _test_real_ftp.py is the last 
     48# name test files; make sure the long-running tests come last 
    4949TEST_FILES=$(shell ls _test_*.py | \ 
    50              sed -e "s/_test_real_ftp.py//") \ 
    51            _test_real_ftp.py 
     50             sed -e "s/_test_real_ftp.py//" | \ 
     51             sed -e "s/_test_public_servers.py//" ) \ 
     52           _test_real_ftp.py _test_public_servers.py 
    5253 
    5354.PHONY: dist extdist test pylint docs clean register patch debdistclean debdist