From ede9a9223f358eb19dcca0302f199e1045b6b7d9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 15 Oct 2009 21:24:25 -0400 Subject: Create proper data to start, then clean up at the end, quietly. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1