summaryrefslogtreecommitdiff
path: root/src/distutils2/command
diff options
context:
space:
mode:
authorKonrad Delong <konryd@gmail.com>2010-07-27 14:41:20 +0200
committerKonrad Delong <konryd@gmail.com>2010-07-27 14:41:20 +0200
commit1f9c79453c4135240dd14260c936a562c261df13 (patch)
treede248cf620b87fb44b18e4e1acbb36fabec8cc13 /src/distutils2/command
parentc13c358e8ef39a4dfb30ae9f5744a760e6be6b29 (diff)
downloaddisutils2-1f9c79453c4135240dd14260c936a562c261df13.tar.gz
switched back to "the right way" of setting test_suite
Diffstat (limited to 'src/distutils2/command')
-rw-r--r--src/distutils2/command/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/command/test.py b/src/distutils2/command/test.py
index 411e2aa..31597bd 100644
--- a/src/distutils2/command/test.py
+++ b/src/distutils2/command/test.py
@@ -14,7 +14,7 @@ class test(Command):
self.test_suite = None
def finalize_options(self):
- self.test_suite = self.distribution.test_suite
+ pass
def distpath(self):
self.run_command('build')