We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd10225 commit d1f2547Copy full SHA for d1f2547
ui/window.py
@@ -713,8 +713,6 @@ def on_test_started(self):
713
self.menu_bar.stop_button.setEnabled(True)
714
715
def on_test_finished(self, exit_code):
716
- self.output_dock.stop_log_polling()
717
-
718
console = self.output_dock.get_console()
719
if exit_code == 0:
720
console.append("\n[INFO] Run finished successfully.")
0 commit comments