testcasegenerator: allow to run from cli
This commit is contained in:
@@ -294,6 +294,8 @@ class TestcaseGenerator(tool.BatchTool):
|
||||
if (not cli):
|
||||
while Gtk.events_pending():
|
||||
Gtk.main_iteration()
|
||||
else:
|
||||
self.window = None
|
||||
|
||||
self.progress = ProgressMeter(_('Generating testcases'),'',
|
||||
parent=self.window)
|
||||
|
||||
Reference in New Issue
Block a user