diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-04 23:04:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-04 23:04:07 +0200 |
commit | ed4253504167748c0bb829176d41c09365937189 (patch) | |
tree | f9d03b61e038d43d2bad75937190a5093a90d737 /lib/testtools/Makefile | |
parent | 955076530425b2c37c7ad545f9a596e8daca0321 (diff) | |
download | samba-ed4253504167748c0bb829176d41c09365937189.tar.gz samba-ed4253504167748c0bb829176d41c09365937189.tar.bz2 samba-ed4253504167748c0bb829176d41c09365937189.zip |
testtools: Import latest upstream.
Diffstat (limited to 'lib/testtools/Makefile')
-rw-r--r-- | lib/testtools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/testtools/Makefile b/lib/testtools/Makefile index 5e232e3394..0ad6f131d1 100644 --- a/lib/testtools/Makefile +++ b/lib/testtools/Makefile @@ -17,6 +17,8 @@ clean: find testtools -name "*.pyc" -exec rm '{}' \; release: + # An existing MANIFEST breaks distutils sometimes. Avoid that. + -rm MANIFEST ./setup.py sdist upload --sign apidocs: |