Commit caba9c9d authored by Sebastien Robin's avatar Sebastien Robin

functional test case : add error message when all displays are locked

parent 4aaacd03
......@@ -94,6 +94,8 @@ class Xvfb:
self._runCommand(display_try)
self.display = display_try
break
else:
raise EnvironmentError("All displays locked : %r" % (self.display_list,))
print 'Xvfb : %d' % self.process.pid
print 'Take screenshots using xwud -in %s/Xvfb_screen0' % self.fbdir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment