We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2655a9 commit 77d4d74Copy full SHA for 77d4d74
src/validation_workflow/zip/validation_zip.py
@@ -42,7 +42,7 @@ def start_cluster(self) -> bool:
42
# os.path.join(self.tmp_dir.path, f"opensearch-{self.args.version}"), False)
43
44
process_test = subprocess.Popen(
45
- f"env OPENSEARCH_INITIAL_ADMIN_PASSWORD={get_password(str(self.args.version))} .\\opensearch-windows-install.bat",
+ f"set OPENSEARCH_INITIAL_ADMIN_PASSWORD={get_password(str(self.args.version))} .\\opensearch-windows-install.bat",
46
cwd=os.path.join(self.tmp_dir.path, f"opensearch-{self.args.version}"),
47
shell=True,
48
stdout=subprocess.PIPE,
0 commit comments