summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-15 21:24:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-15 21:24:25 -0400
commitede9a9223f358eb19dcca0302f199e1045b6b7d9 (patch)
tree63317ab140ce6ab8505e9d648579a82aac4b2b7e /Makefile
parent1997205c35faba1e872390da3196796e071e4f99 (diff)
downloadpython-coveragepy-git-ede9a9223f358eb19dcca0302f199e1045b6b7d9.tar.gz
Create proper data to start, then clean up at the end, quietly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad274c9f..e9575027 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ $(TEST_ZIP): test/covmodzip1.py
zip -j $@ $+
$(TEST_EGG): test/eggsrc/setup.py test/eggsrc/egg1/egg1.py
- cd test/eggsrc; python setup.py bdist_egg
+ cd test/eggsrc; python setup.py -q bdist_egg
kit:
python setup.py sdist --formats=gztar