Commit c1022c61 authored by Rafael Monnerat's avatar Rafael Monnerat

Minor changes.

parent 63ec1fef
......@@ -82,10 +82,10 @@ class Xvfb:
print 'Xvfb : %d' % self.pid
print 'Take screenshots using xwud -in %s/Xvfb_screen0' % self.fbdir
return self.pid
def quit(self):
if self.pid:
print "Stopping Xvfb on pid: %s" % self.pid
os.kill(self.pid, signal.SIGTERM)
class Firefox:
......
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