run_tests.py fails

Bug #802878 reported by Isaku Yamahata
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Invalid
Undecided
Unassigned

Bug Description

glance revno 145
run_tests.py: make run_tests.py work.

Without this patch, the following exception occurs.

  Traceback (most recent call last):
    File "run_tests.py", line 280, in <module>
      sys.exit(not core.run(config=c, testRunner=runner))
    File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
  ackages/nose/core.py", line 283, in run
      return TestProgram(*arg, **kw).success
    File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
  ackages/nose/core.py", line 118, in __init__
      **extra_args)
    File "/usr/lib/python2.6/unittest.py", line 817, in __init__
      self.runTests()
    File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
  ackages/nose/core.py", line 197, in runTests
      result = self.testRunner.run(self.test)
    File "/home/yamahata/openstack/src/glance/my/.glance-venv/lib/python2.6/site
  ackages/nose/core.py", line 59, in run
      result = self._makeResult()
    File "run_tests.py", line 268, in _makeResult
      self.config)
    File "run_tests.py", line 183, in __init__
      if colorizer.supported():
    File "run_tests.py", line 92, in supported
      curses.setupterm()

Revision history for this message
Isaku Yamahata (yamahata) wrote :
Changed in glance:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.