diff options
Diffstat (limited to 'run_tests.py')
-rw-r--r-- | run_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 24786e8ad..6d96454b9 100644 --- a/run_tests.py +++ b/run_tests.py @@ -27,6 +27,7 @@ from nose import result from nose import core from nova import log as logging +from nova.tests import fake_flags class NovaTestResult(result.TextTestResult): @@ -60,7 +61,7 @@ class NovaTestRunner(core.TextTestRunner): if __name__ == '__main__': - logging.basicConfig() + logging.setup() c = config.Config(stream=sys.stdout, env=os.environ, verbosity=3, |