summaryrefslogtreecommitdiffstats
path: root/run_tests.py
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-02-21 16:19:48 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2011-02-21 16:19:48 -0800
commit11c57867ec18bd61dcc6bde0dc4b459318d54e70 (patch)
tree4bd4065d0aab48121d223c7992d3ae4e10e403b3 /run_tests.py
parent71f7119910f16cb99c10f43a07ccb1e7c0ca473f (diff)
downloadnova-11c57867ec18bd61dcc6bde0dc4b459318d54e70.tar.gz
nova-11c57867ec18bd61dcc6bde0dc4b459318d54e70.tar.xz
nova-11c57867ec18bd61dcc6bde0dc4b459318d54e70.zip
fixed newline and moved import fake_flags into run_tests where it makes more sense
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index cb957da42..6d96454b9 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -27,6 +27,8 @@ from nose import result
from nose import core
from nova import log as logging
+from nova.tests import fake_flags
+
class NovaTestResult(result.TextTestResult):
def __init__(self, *args, **kw):