diff options
| author | Konrad Delong <konryd@gmail.com> | 2010-07-27 14:41:20 +0200 |
|---|---|---|
| committer | Konrad Delong <konryd@gmail.com> | 2010-07-27 14:41:20 +0200 |
| commit | 1f9c79453c4135240dd14260c936a562c261df13 (patch) | |
| tree | de248cf620b87fb44b18e4e1acbb36fabec8cc13 /src/distutils2/command | |
| parent | c13c358e8ef39a4dfb30ae9f5744a760e6be6b29 (diff) | |
| download | disutils2-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.py | 2 |
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') |
