summaryrefslogtreecommitdiffstats
path: root/run_tests.py
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-02-04 15:15:23 -0600
committerCerberus <matt.dietz@rackspace.com>2011-02-04 15:15:23 -0600
commit48dcaa60e6d5e1b1874f732e27abac8aeb618f4b (patch)
treef3a6d0b034cbfd94a1817b56e30a63144883a3d8 /run_tests.py
parentb65e994d9597f0a989b30eafc7a51bc34c4c361f (diff)
parent40715cfde9f20ede97b696c3c3ebbbf67aaa8243 (diff)
Merge from trunk
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 5c8436aee..24786e8ad 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -26,6 +26,8 @@ from nose import config
from nose import result
from nose import core
+from nova import log as logging
+
class NovaTestResult(result.TextTestResult):
def __init__(self, *args, **kw):
@@ -58,6 +60,7 @@ class NovaTestRunner(core.TextTestRunner):
if __name__ == '__main__':
+ logging.basicConfig()
c = config.Config(stream=sys.stdout,
env=os.environ,
verbosity=3,