Changeset 809:0e00af87ab06
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r792
|
r809
|
|
| 46 | 46 | ftp_stat.py ftputil.py ftputil_version.py __init__.py \ |
| 47 | 47 | 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 |
| 49 | 49 | TEST_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 |
| 52 | 53 | |
| 53 | 54 | .PHONY: dist extdist test pylint docs clean register patch debdistclean debdist |