summaryrefslogtreecommitdiffstats
path: root/nova/testing
diff options
context:
space:
mode:
Diffstat (limited to 'nova/testing')
-rw-r--r--nova/testing/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/testing/runner.py b/nova/testing/runner.py
index 7ddf959db..4ee88553b 100644
--- a/nova/testing/runner.py
+++ b/nova/testing/runner.py
@@ -110,8 +110,6 @@ class _AnsiColorizer(object):
curses.setupterm()
return curses.tigetnum("colors") > 2
except Exception:
- raise
- # guess false in case of error
return False
supported = classmethod(supported)