diff options
| author | Hisaharu Ishii <ishii.hisaharu@lab.ntt.co.jp> | 2011-01-21 20:04:02 +0900 |
|---|---|---|
| committer | Hisaharu Ishii <ishii.hisaharu@lab.ntt.co.jp> | 2011-01-21 20:04:02 +0900 |
| commit | d55e281efef06dbbcfec9ef4aad4ed0bac9a9368 (patch) | |
| tree | 4ae24944e609ae20092e8e6a2219b6da963de4c4 /run_tests.py | |
| parent | 3294d3f98cb78b169656711c73547e1cf0527432 (diff) | |
| parent | 14edbd55e667b16b8d46c0230b11ccd964f5742f (diff) | |
| download | nova-d55e281efef06dbbcfec9ef4aad4ed0bac9a9368.tar.gz nova-d55e281efef06dbbcfec9ef4aad4ed0bac9a9368.tar.xz nova-d55e281efef06dbbcfec9ef4aad4ed0bac9a9368.zip | |
Merged with rev597
Diffstat (limited to 'run_tests.py')
| -rw-r--r-- | run_tests.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/run_tests.py b/run_tests.py index 5b8617f63..5c8436aee 100644 --- a/run_tests.py +++ b/run_tests.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. - +import gettext import os import unittest import sys @@ -60,7 +60,8 @@ class NovaTestRunner(core.TextTestRunner): if __name__ == '__main__': c = config.Config(stream=sys.stdout, env=os.environ, - verbosity=3) + verbosity=3, + plugins=core.DefaultPluginManager()) runner = NovaTestRunner(stream=c.stream, verbosity=c.verbosity, |
