diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-06-29 15:09:29 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-06-29 15:09:29 +0000 |
| commit | 9476c540b2bbdb3ce77cd0acb68639f1f5ed2f72 (patch) | |
| tree | b03261d365790209cb68565ed3b2388f0cd1edbe /run_tests.py | |
| parent | c16f97249e4f0626f8b8d4a7af070201641770b8 (diff) | |
| parent | 4a3ef4367db23e8495e9c1dc4a49b5c66a6c763e (diff) | |
Merge with trunk
Diffstat (limited to 'run_tests.py')
| -rw-r--r-- | run_tests.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/run_tests.py b/run_tests.py index bb33f9139..fd836967e 100644 --- a/run_tests.py +++ b/run_tests.py @@ -69,7 +69,6 @@ from nose import core from nose import result from nova import log as logging -from nova.tests import fake_flags class _AnsiColorizer(object): @@ -211,11 +210,11 @@ class NovaTestResult(result.TextTestResult): break sys.stdout = stdout - # NOTE(lorinh): Initialize start_time in case a sqlalchemy-migrate - # error results in it failing to be initialized later. Otherwise, + # NOTE(lorinh): Initialize start_time in case a sqlalchemy-migrate + # error results in it failing to be initialized later. Otherwise, # _handleElapsedTime will fail, causing the wrong error message to # be outputted. - self.start_time = time.time() + self.start_time = time.time() def getDescription(self, test): return str(test) |
