Skip to content

Commit

Permalink
writing out setup complete to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcginley-splunk committed Oct 8, 2024
1 parent 27cc478 commit 35ece19
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,14 @@ def setup(self):
raise ExceptionGroup(msg, e.exceptions) from e # type: ignore
raise Exception(msg) from e

self.format_pbar_string(TestReportingType.SETUP, self.get_name(), "Finished Setup!")
self.pbar.write(
self.format_pbar_string(
TestReportingType.SETUP,
self.get_name(),
"Finished Setup!",
set_pbar=False
)
)

def wait_for_ui_ready(self):
self.get_conn()
Expand Down

0 comments on commit 35ece19

Please sign in to comment.