Skip to content

Commit

Permalink
Add more changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Sep 12, 2024
1 parent a428537 commit bcaf6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/validation_workflow/zip/validation_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def start_cluster(self) -> bool:
try:
self.os_process.start(f"env OPENSEARCH_INITIAL_ADMIN_PASSWORD={get_password(str(self.args.version))} .\\opensearch-windows-install.bat",
os.path.join(self.tmp_dir.path, f"opensearch-{self.args.version}"), False)
print(self.os_process.stdout)
print(self.os_process.stderr)
if "opensearch-dashboards" in self.args.projects:
self.osd_process.start(".\\bin\\opensearch-dashboards.bat", os.path.join(self.tmp_dir.path, f"opensearch-dashboards-{self.args.version}"), False)
logging.info("Starting cluster")
Expand Down

0 comments on commit bcaf6a0

Please sign in to comment.