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
commit9ad963cf1d33fb25207ec4bac95f3ef0a005ffc8 (patch)
tree22e593892a7f1907fb95c19ed7813fd286ef995a /Makefile
parent612bd2f9573d5258da617dce6140d794868fb772 (diff)
downloadpython-coveragepy-9ad963cf1d33fb25207ec4bac95f3ef0a005ffc8.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 ad274c9..e957502 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