diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-15 21:24:25 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-15 21:24:25 -0400 |
| commit | 9ad963cf1d33fb25207ec4bac95f3ef0a005ffc8 (patch) | |
| tree | 22e593892a7f1907fb95c19ed7813fd286ef995a /Makefile | |
| parent | 612bd2f9573d5258da617dce6140d794868fb772 (diff) | |
| download | python-coveragepy-9ad963cf1d33fb25207ec4bac95f3ef0a005ffc8.tar.gz | |
Create proper data to start, then clean up at the end, quietly.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
